From 32a053bbf40e3fb713d3e68b82be1a2e94c8dd4d Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Wed, 24 Mar 2021 00:52:43 +0200 Subject: [PATCH] benchmark: use more readable spelling of V8 flag (#2982) --- benchmark/benchmark.js | 2 +- cspell.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmark/benchmark.js b/benchmark/benchmark.js index 3bf13c2093..8b29c28a26 100644 --- a/benchmark/benchmark.js +++ b/benchmark/benchmark.js @@ -364,7 +364,7 @@ function sampleModule(modulePath) { const child = cp.spawn( process.argv[0], [ - '--noconcurrent_sweeping', + '--no-concurrent-sweeping', '--predictable', '--expose-gc', '--eval', diff --git a/cspell.yml b/cspell.yml index 857f928f10..d263f8c44d 100644 --- a/cspell.yml +++ b/cspell.yml @@ -27,7 +27,6 @@ words: - transpilation - instanceof - flowtype - - noconcurrent # Different names used inside tests - Skywalker