Skip to content

Commit

Permalink
feat: add a quick stress-ng benchmark (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo committed Jun 19, 2023
1 parent 4a5d9de commit f9cb3bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ FROM bluefin AS bluefin-framework

COPY framework/usr /usr

RUN rpm-ostree install tlp tlp-rdw
RUN rpm-ostree install tlp tlp-rdw stress-ng
RUN rpm-ostree override remove power-profiles-daemon
RUN systemctl enable tlp

Expand Down
4 changes: 4 additions & 0 deletions usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
benchmark:
echo 'Running a 1 minute benchmark ...'
stress-ng --matrix 0 -t 1m --times

distrobox-bluefin:
echo 'Creating Blufin Ubuntu distrobox ...'
distrobox create --image ghcr.io/ublue-os/ubuntu-toolbox:latest -n bluefin -Y
Expand Down

0 comments on commit f9cb3bd

Please sign in to comment.