Skip to content

Commit

Permalink
complexify
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 9, 2024
1 parent be988e9 commit 52b557e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ jobs:
# Pin the benchmark to core 0 and run it at elevated priority.
- name: Benchmark
run: |
export PWD=$(pwd)
sudo nice -n -20 taskset -c 0 sudo -i -u "$USER" -D "$PWD" \
cargo +$TOOLCHAIN bench --features ci,bench | tee output.txt
sudo nice -n -20 taskset -c 0 sudo -i -u "$USER" sh -c \
"cd $(pwd) && cargo +$TOOLCHAIN bench --features ci,bench | tee output.txt"
# Enable turboboost, hyperthreading and use powersave governor
- name: Restore machine
Expand Down

0 comments on commit 52b557e

Please sign in to comment.