summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatheus Marchini <mat@mmarchini.me>2019-05-09 10:12:16 -0700
committerRichard Lau <rlau@redhat.com>2020-10-09 12:54:06 -0400
commit5170d14b3697daf8e24b9e3786ec4a1640bcf8ab (patch)
treeee8da00a6c867bb78220550ed98898e95a9d9127
parenteee9412a8c9741880aac73eb318499685e1690ef (diff)
downloadnode-new-5170d14b3697daf8e24b9e3786ec4a1640bcf8ab.tar.gz
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: https://github.com/nodejs/node/pull/27615 Refs: https://github.com/v8/v8/compare/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>
-rw-r--r--test/v8-updates/test-linux-perf.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/v8-updates/test-linux-perf.js b/test/v8-updates/test-linux-perf.js
index 0a7f199e04..40823b8e8b 100644
--- a/test/v8-updates/test-linux-perf.js
+++ b/test/v8-updates/test-linux-perf.js
@@ -24,7 +24,7 @@ if (process.config.variables.node_shared)
const perfArgs = [
'record',
- '-F500',
+ '-F999',
'-g',
'--',
process.execPath,