Skip to content

Commit 691866f

Browse files
mmarchinitargos
authored andcommitted
test: fix test-linux-perf flakiness
The new V8 seems to be optimizing the functions we use in this test faster than before. Increasing the sampling frequency for Linux perf fixes the issue. PR-URL: #27615 Refs: v8/v8@7.4.288.21...7.4.288.27 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent d7fcd75 commit 691866f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v8-updates/test-linux-perf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (process.config.variables.node_shared)
2424

2525
const perfArgs = [
2626
'record',
27-
'-F500',
27+
'-F999',
2828
'-g',
2929
'--',
3030
process.execPath,

0 commit comments

Comments
 (0)