Skip to content

Commit

Permalink
fix: change working dir to /tmp for stress-ng in ujust benchmark (
Browse files Browse the repository at this point in the history
  • Loading branch information
evanphilip authored Apr 5, 2024
1 parent 69b8560 commit a17a41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Run a one minute system benchmark
benchmark:
echo 'Running a 1 minute benchmark ...'
stress-ng --matrix 0 -t 1m --times
cd /tmp && stress-ng --matrix 0 -t 1m --times

# Configure Bluefin-CLI Terminal Experience
bluefin-cli:
Expand Down

0 comments on commit a17a41d

Please sign in to comment.