Skip to content

Commit

Permalink
Allow olly commands to output in designated file
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectreAAS committed Sep 2, 2022
1 parent 3fad8ed commit b2e44c3
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": "olly latency --json '%{output} taskset --cpu-list 5 %{command}'"
"command": "olly latency -o %{output} --json '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": "olly latency --json '%{output} taskset --cpu-list 5 %{command}'"
"command": "olly latency -o %{output} --json 'taskset --cpu-list 5 %{command}'"
}
],
"benchmarks": [
Expand Down

0 comments on commit b2e44c3

Please sign in to comment.