We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50dbd2 commit 32a053bCopy full SHA for 32a053b
benchmark/benchmark.js
@@ -364,7 +364,7 @@ function sampleModule(modulePath) {
364
const child = cp.spawn(
365
process.argv[0],
366
[
367
- '--noconcurrent_sweeping',
+ '--no-concurrent-sweeping',
368
'--predictable',
369
'--expose-gc',
370
'--eval',
cspell.yml
@@ -27,7 +27,6 @@ words:
27
- transpilation
28
- instanceof
29
- flowtype
30
- - noconcurrent
31
32
# Different names used inside tests
33
- Skywalker
0 commit comments