-
Notifications
You must be signed in to change notification settings - Fork 5
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
Benchmark 10.x version #3
Comments
Not just that, it also has serious correctness regressions. We're currently reverting most of the async/Promise performance improvements for Node 10, so performance-wise it should soon be the same as Node 9 again. |
Hi, |
There's no clear decision what to do with the |
Ok, thanks. |
share ... process version
{
node: '16.11.1',
v8: '9.4.146.19-node.13',
uv: '1.42.0',
zlib: '1.2.11',
brotli: '1.0.9',
ares: '1.17.2',
modules: '93',
nghttp2: '1.45.1',
napi: '8',
llhttp: '6.0.4',
openssl: '1.1.1l+quic',
cldr: '39.0',
icu: '69.1',
tz: '2021a',
unicode: '13.0',
ngtcp2: '0.1.0-DEV',
nghttp3: '0.1.0-DEV'
}
regular Bluebird-doxbee: 96 ms.
init Bluebird-doxbee: 146 ms.
full Bluebird-doxbee: 424 ms.
regular Bluebird-parallel: 136 ms.
init Bluebird-parallel: 221 ms.
full Bluebird-parallel: 757 ms.
regular Wikipedia: 342 ms.
init Wikipedia: 532 ms.
full Wikipedia: 1339 ms.
regular hapiserver: 11094 reqs.
init hapiserver: 9570.19 reqs.
full hapiserver: 5749.37 reqs.
regular koaserver: 15356.73 reqs.
init koaserver: 15366.4 reqs.
full koaserver: 13534.4 reqs. |
Hi. I've benchmarked node 10 and see it has significant performance decrease, it probably should appear here.
I'm not sure about proper test conditions (I've ran it on windows linux subsystem), so - can you please run it on same machine as other tests?
My results are
The text was updated successfully, but these errors were encountered: