Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflow: fix inaccurate test timer in benchmark #286

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

LittleSound
Copy link
Member

@LittleSound LittleSound commented Nov 4, 2024

related #269

Change to use nextTick to record time consumption because:

  1. using requestIdleCallback to record time is inaccurate.
  2. should mainly focus on the performance loss of the JS Runtime part.

Copy link

netlify bot commented Nov 4, 2024

Deploy Preview for vapor-template-explorer ready!

Name Link
🔨 Latest commit e8c9624
🔍 Latest deploy log https://app.netlify.com/sites/vapor-template-explorer/deploys/6728eebe1d7e250008d0721c
😎 Deploy Preview https://deploy-preview-286--vapor-template-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Nov 4, 2024

Deploy Preview for vapor-repl ready!

Name Link
🔨 Latest commit e8c9624
🔍 Latest deploy log https://app.netlify.com/sites/vapor-repl/deploys/6728eebed0d7ab0007a3381f
😎 Deploy Preview https://deploy-preview-286--vapor-repl.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Nov 4, 2024

Size Report

Bundles

File Size Gzip Brotli
compiler-dom.global.prod.js 81.9 kB 28.5 kB 25.1 kB
compiler-vapor.global.prod.js 59.2 kB 19.7 kB 17.9 kB
runtime-dom.global.prod.js 101 kB 38 kB 34.3 kB
runtime-vapor.global.prod.js 46.3 kB 17.3 kB 15.8 kB
vue-vapor.global.prod.js 102 kB 35.4 kB 31.9 kB
vue.global.prod.js 160 kB 58 kB 51.5 kB

Usages

Name Size Gzip Brotli
createApp (CAPI only) 49.3 kB 19 kB 17.3 kB
createApp 55.9 kB 21.4 kB 19.6 kB
createSSRApp 59.9 kB 23.2 kB 21.1 kB
defineCustomElement 60.7 kB 23 kB 20.9 kB
vapor 46.8 kB 17.5 kB 16 kB
overall 69.6 kB 26.5 kB 24.1 kB

@yyx990803 yyx990803 merged commit b5ed2ec into main Nov 11, 2024
11 checks passed
@yyx990803 yyx990803 deleted the workflow/fix-benchmark-e2e-ci-use-next-tick branch November 11, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants