Skip to content

Commit

Permalink
sudo -i
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 9, 2024
1 parent 25c3f2f commit 1db5134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Pin the benchmark to core 0 and run it at elevated priority.
- name: Benchmark
run: |
sudo nice -n -20 sudo -u "$USER" taskset -c 0 \
sudo nice -n -20 taskset -c 0 sudo -i -u "$USER" \
cargo +$TOOLCHAIN bench --features ci,bench | tee output.txt
# Enable turboboost, hyperthreading and use powersave governor
Expand Down

0 comments on commit 1db5134

Please sign in to comment.