Skip to content

Commit

Permalink
fix(ujust, benchmark): make benchmark be run on unique path on tmp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Dec 24, 2024
1 parent eb9ba24 commit 22a93ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion just/bluefin-system.just
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
# Run a one minute system benchmark
[group('System')]
benchmark:
@echo 'Running a 1 minute benchmark ...'
#!/usr/bin/env bash
echo 'Running a 1 minute benchmark ...'
trap popd EXIT
pushd $(mktemp -d)
stress-ng --matrix 0 -t 1m --times
# Configure Bluefin-CLI Terminal Experience with Brew
Expand Down

0 comments on commit 22a93ff

Please sign in to comment.