Skip to content

Commit c66bb0e

Browse files
authored
fix(just): actually benchmark the thing (#1128)
1 parent 28fcc3f commit c66bb0e

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-image-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "**.md"
1010
- "system_files/shared/usr/share/ublue-os/bazaar/config.yaml"
1111
- "**.Brewfile"
12+
- "just/*.just"
1213
workflow_call:
1314
workflow_dispatch:
1415

.github/workflows/build-image-latest-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- ".github/workflows/*iso*"
1313
- "system_files/shared/usr/share/ublue-os/bazaar/config.yaml"
1414
- "**.Brewfile"
15+
- "just/*.just"
1516
workflow_call:
1617
workflow_dispatch:
1718

.github/workflows/build-image-stable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- ".github/workflows/*iso*"
1313
- "system_files/shared/usr/share/ublue-os/bazaar/config.yaml"
1414
- "**.Brewfile"
15+
- "just/*.just"
1516
schedule:
1617
- cron: "50 5 * * 0" # 5:50 UTC sunday
1718
workflow_call:

just/aurora-system.just

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ benchmark:
2626
fi
2727
fi
2828

29+
echo 'Running a 1 minute benchmark ...'
30+
trap popd EXIT
31+
pushd $(mktemp -d)
32+
stress-ng --matrix 0 -t 1m --times
33+
2934
# Configure Aurora-CLI Terminal Experience with Brew
3035
[group('System')]
3136
aurora-cli:

0 commit comments

Comments
 (0)