Skip to content

Commit 32a053b

Browse files
benchmark: use more readable spelling of V8 flag (#2982)
1 parent a50dbd2 commit 32a053b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ function sampleModule(modulePath) {
364364
const child = cp.spawn(
365365
process.argv[0],
366366
[
367-
'--noconcurrent_sweeping',
367+
'--no-concurrent-sweeping',
368368
'--predictable',
369369
'--expose-gc',
370370
'--eval',

cspell.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ words:
2727
- transpilation
2828
- instanceof
2929
- flowtype
30-
- noconcurrent
3130

3231
# Different names used inside tests
3332
- Skywalker

0 commit comments

Comments
 (0)