Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: try execSync instead of sync for more Windows reliability?
  • Loading branch information
Trott committed Apr 19, 2017
commit 28a4412232a886391b97eb130a0dfa4f6c98d4f0
2 changes: 1 addition & 1 deletion test/sequential/test-benchmark-child-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const child = fork(runjs, ['--set', 'dur=0.1',
'--set', 'n=1',
'--set', 'len=1',
'--set', 'params=1',
'--set', 'methodName=exec',
'--set', 'methodName=execSync',
'child_process'],
{env: {NODEJS_BENCHMARK_ZERO_ALLOWED: 1}});
child.on('exit', (code, signal) => {
Expand Down