benchmarking
benchmarking copied to clipboard
Node.js Benchmarking Working Group
During about a month of following Node-DC-EIS benchmark behavior, I observed that many of the performance indicators do not change, many of them are zero, and in some cases they...
Some of the links on https://github.com/nodejs/benchmarking/blob/master/benchmarks/README.md page are broken after last update. Example: https://ci.nodejs.org/computer/iojs-softlayer-benchmark/
As I was working to add node-dc-eis to the nodejsbenchmarking, I realized the unnecessary complexity we have due to multiple scripts scatter in each benchmark. Frankly I think it's not...
This issues is to discuss/identify candidate benchmarks. So far what we have on the list is: - Acme-Air for Node https://github.com/acmeair/acmeair-nodejs - ghost blog (https://github.com/tryghost/Ghost) and create our own load...
It would be helpful to include information about the hardware on which the benchmarks are being evaluated. There is a link [here](https://github.com/nodejs/benchmarking/tree/master/benchmarks#current-nodejs-benchmarking-infrastructure) to https://ci.nodejs.org/computer/iojs-softlayer-benchmark/ but that link is dead.
As brought up in https://github.com/v8/web-tooling-benchmark/pull/33 we don't currently have a place for benchmarks regarding Node libraries/tools, for example `@std/esm`. cc @mathiasbynens @jdalton
Was reading through this post recently and thought it might be useful in our discussion about use cases. https://blog.risingstack.com/why-developers-love-node-js-2018-survey/. See the question which is "When we asked developers about what...
During latest node summit, I talked many people and realized that no one knows about the nodejsbenchmarking webpage and the performance of node.js runtime from release to release. With current...
Specifically we're interested in the difference between regular runs with these workloads and runs where we have `async_hooks` enabled (see #181 for background).
I'm putting this here to cover a few changes I think are necessary to the community benchmark job in jenkins. Currently the version we run is from the core-benchmarks branch...