| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
Adding dont-land labels again. |
Sorry, something went wrong.
|
The mentioned issue is fixed in #50965 |
Sorry, something went wrong.
|
Applying semver-minor PRs that contain new features and should be released in the next minor version. because we're adding a new dependency to Node.js (0dd53da) |
Sorry, something went wrong.
|
@anonrig I would like to land this on v20 but its not landing cleanly, can you backport? |
Sorry, something went wrong.
|
@anonrig this seems to cause a major performance regression. I did not look deeper into this but it's causing test code to run about 10x slower when running the following example code: DataDog/dd-trace-js#5360 |
Sorry, something went wrong.
@BridgeAR Happy to take a look. Can you share a reproduction that doesn't require any external knowledge, and open a new issue and tag me? |
Sorry, something went wrong.
|
I can't look into it closer at the moment. Since about 80% of all time is taken in Node.js when running the example, I guess it should be fine to check the source code to cause the problem. I'll open a issue about it though. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Co-authored by @lemire
Local Benchmark
My local benchmarks says that running vite --version is 5% faster
❯ hyperfine 'node ../sveltejs-realworld/node_modules/vite/dist/node/cli.js --version' 'out/Release/node ../sveltejs-realworld/node_modules/vite/dist/node/cli.js --version' -w 10 Benchmark 1: node ../sveltejs-realworld/node_modules/vite/dist/node/cli.js --version Time (mean ± σ): 101.4 ms ± 0.6 ms [User: 96.6 ms, System: 10.8 ms] Range (min … max): 100.3 ms … 102.5 ms 28 runs Benchmark 2: out/Release/node ../sveltejs-realworld/node_modules/vite/dist/node/cli.js --version Time (mean ± σ): 96.3 ms ± 0.5 ms [User: 90.9 ms, System: 10.1 ms] Range (min … max): 95.6 ms … 98.1 ms 30 runs Summary out/Release/node ../sveltejs-realworld/node_modules/vite/dist/node/cli.js --version ran 1.05 ± 0.01 times faster than node ../sveltejs-realworld/node_modules/vite/dist/node/cli.js --versionTODOs
Caveats
Benchmarks