bin/cpubench: add --perf=1 to automatically perf

This commit is contained in:
2025-05-20 11:01:01 +08:00
parent bd6f9c0f27
commit 345398b8a5

View File

@@ -77,6 +77,7 @@ const proc = spawn(
"--rebuild=1",
"-i=1",
`--work_dir=${workdir}`,
`--perf=1`,
],
{ cwd: cpubenchDir }
);