Skip to content

Commit

Permalink
[Production] Use chrt for navaja perf stat parallel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
shakthimaan committed Dec 29, 2022
1 parent c2b3b4a commit 7baf21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multicore_parallel_navajo_run_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
{
"name": "perfstat",
"command": "perf stat -o %{output} -- %{paramwrapper} %{command}"
"command": "perf stat -o %{output} -- %{paramwrapper} chrt -r 1 %{command}"
},
{
"name": "pausetimes",
Expand Down

0 comments on commit 7baf21b

Please sign in to comment.