Skip to content

Commit 5170d14

Browse files
mmarchinirichardlau
authored andcommittedOct 9, 2020
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 <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent eee9412 commit 5170d14

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)