Skip to content

benchmark: change iterations in benchmark/es/string-concatenations.js

Rodrigo Muino Tomonari requested to merge github/fork/Septa2112/test-branch into main

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

Merge request reports

Loading