mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 18:40:00 +00:00
Merge branch 'main' into testing
This commit is contained in:
commit
8cda2ed552
@ -376,6 +376,7 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
|
|||||||
topgrade \
|
topgrade \
|
||||||
ydotool \
|
ydotool \
|
||||||
yafti \
|
yafti \
|
||||||
|
stress-ng \
|
||||||
lsb_release && \
|
lsb_release && \
|
||||||
rpm-ostree install \
|
rpm-ostree install \
|
||||||
ublue-update && \
|
ublue-update && \
|
||||||
|
@ -358,3 +358,8 @@ bazzite-cli:
|
|||||||
|
|
||||||
# Entrypoint
|
# Entrypoint
|
||||||
main ""
|
main ""
|
||||||
|
|
||||||
|
# Run a one minute system benchmark
|
||||||
|
benchmark:
|
||||||
|
echo 'Running a 1 minute benchmark ...'
|
||||||
|
cd /tmp && stress-ng --matrix 0 -t 1m --times
|
||||||
|
Loading…
x
Reference in New Issue
Block a user