node/benchmark/es
Liu Jia 065d8844c5
benchmark: change iterations in benchmark/es/string-concatenations.js
Increase the number of iterations from `1e3` to `1e6`
to avoid the test performance gap caused by inactive
V8 optimization caused by too few iterations.

Fixes: https://github.com/nodejs/node/issues/50571
PR-URL: https://github.com/nodejs/node/pull/50585
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
2023-11-14 09:18:00 +01:00
..
defaultparams-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
destructuring-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
destructuring-object-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
error-stack.js src,lib: print source map error source on demand 2022-07-28 08:09:30 +08:00
eval.js lib,src: add source map support for global eval 2022-07-11 21:44:04 +08:00
foreach-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
map-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
restparams-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
spread-assign.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
spread-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
string-concatenations.js benchmark: change iterations in benchmark/es/string-concatenations.js 2023-11-14 09:18:00 +01:00
string-repeat.js benchmark: remove special test entries 2020-03-09 22:35:54 +01:00