Skip to content

Commit 9654bab

Browse files
committed
try sudo
1 parent 51ddd25 commit 9654bab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/benchmark.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,9 @@ function sampleModule(modulePath: string): BenchmarkSample {
412412
`;
413413

414414
const result = cp.spawnSync(
415-
process.execPath,
415+
'sudo',
416416
[
417+
process.execPath,
417418
// V8 flags
418419
'--predictable',
419420
'--no-concurrent-sweeping',

0 commit comments

Comments
 (0)