Skip to content

Commit

Permalink
Moved from orun to olly & eventring in config files
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectreAAS committed Sep 1, 2022
1 parent c6b4d24 commit 3fad8ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "pausetimes_multicore",
"command": "bash pausetimes_multicore %{output} taskset --cpu-list 5 %{command}"
"command": "olly latency --json '%{output} taskset --cpu-list 5 %{command}'"
}
],
"benchmarks": [
Expand Down
2 changes: 1 addition & 1 deletion run_config_byte.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
{
"name": "pausetimes_multicore",
"command": "bash pausetimes_multicore %{output} taskset --cpu-list 5 %{command}"
"command": "olly latency --json '%{output} taskset --cpu-list 5 %{command}'"
}
],
"benchmarks": [
Expand Down

0 comments on commit 3fad8ed

Please sign in to comment.