Skip to content

Commit

Permalink
benchmark: use more readable spelling of V8 flag (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Mar 23, 2021
1 parent a50dbd2 commit 32a053b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion benchmark/benchmark.js
Expand Up @@ -364,7 +364,7 @@ function sampleModule(modulePath) {
const child = cp.spawn(
process.argv[0],
[
'--noconcurrent_sweeping',
'--no-concurrent-sweeping',
'--predictable',
'--expose-gc',
'--eval',
Expand Down
1 change: 0 additions & 1 deletion cspell.yml
Expand Up @@ -27,7 +27,6 @@ words:
- transpilation
- instanceof
- flowtype
- noconcurrent

# Different names used inside tests
- Skywalker
Expand Down

0 comments on commit 32a053b

Please sign in to comment.