benchmarking icon indicating copy to clipboard operation
benchmarking copied to clipboard

Node.js Benchmarking Working Group

Results 39 benchmarking issues
Sort by recently updated
recently updated
newest added

Hello, We stumbled across this project when looking to compare how a NodeJS application would perform when running on different hardware. The Acme Air benchmark referenced in the use cases...

I'm interested in reading about how the performance of Node.js has evolved over the years. I've just found about [the site](https://benchmarking.nodejs.org/) but I'm having trouble making sense of the data....

My suggestion is to add all core benchmarks to the build setup but run them once a month. Since running all the benchmarks takes multiple days, it would be crazy...

(I couldn't find an issue for it, so I'm opening one) It would be interesting to integrate a set of benchmarks for popular web frameworks (https://github.com/fastify/benchmarks for example), so we...

This is the starting place to begin running core benchmarks on a regular basis. First steps: Put together a benchmark run that summarises time to run each suite as well...

benchmarking-agenda

Today our benchmarks are focused on execution time and ops/s. It would be interesting to have benchmarks for memory consumption as well, both on https://benchmarking.nodejs.org/ and on core benchmarks. Memory...

I've already started a related discussions on Twitter earlier [here](https://twitter.com/bmeurer/status/941995802435686400), but Twitter doesn't scale for this kind of discussion, so I thought I should move it here, so it's easier...

enhancement
help wanted
tsc-review

Please have a look at https://docs.google.com/forms/d/1BlVwIYZPBBmR46Ru3okvddLiPj5Zy03XPE2kyW55VzQ/edit because it contains a list of the benchmarks we have. Please inform us as to how often you used each of them last year!

It seems the generated png files are totally unoptimized. Not a big deal, but savings could be pretty big, even with just optipng -o7: ``` E:\foo>optipng -o7 web_tooling_benchmark.png ** Processing:...

When I looked today the latest result looked to be 0 for many Node.js versions/runs. Need to see if this is a persistent failure and what is going on. @uttampawar...