We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9d718 commit 4d26777Copy full SHA for 4d26777
bench_runner/templates/_benchmark.src.yml
@@ -221,7 +221,7 @@ jobs:
221
- name: Tune system
222
if: ${{ steps.should_run.outputs.should_run != 'false' }}
223
run: |
224
- sudo LD_LIBRARY_PATH=$LD_LIBRARY_PATH venv/bin/python -m pyperf system tune
+ sudo LD_LIBRARY_PATH=$LD_LIBRARY_PATH venv/bin/python -m pyperf system ${{ inputs.perf && 'reset' || 'tune' }}
225
- name: Tune for (Linux) perf
226
if: ${{ steps.should_run.outputs.should_run != 'false' && inputs.perf }}
227
0 commit comments