Skip to content

Commit 4cf10a1

Browse files
Septa2112UlisesGascon
authored andcommitted
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: #50571 PR-URL: #50585 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
1 parent 0a5e9c1 commit 4cf10a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/es/string-concatenations.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const common = require('../common.js');
44

55
const configs = {
6-
n: [1e3],
6+
n: [1e6],
77
mode: [
88
'multi-concat',
99
'multi-join',

0 commit comments

Comments
 (0)