Skip to content

Commit

Permalink
fix: fix ujust benchmark (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
inffy authored Jan 16, 2025
1 parent 7961c25 commit e4006c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion just/aurora-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 Aurora-CLI Terminal Experience with Brew
Expand Down

0 comments on commit e4006c4

Please sign in to comment.