Add some images and audio files for testing purposes
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
b147f24c64
commit
3d14845bd2
6 changed files with 15 additions and 0 deletions
7
src/stress-cpu.sh
Executable file
7
src/stress-cpu.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
while true
|
||||
do
|
||||
stress --cpu 8 --timeout 2
|
||||
sleep 2
|
||||
done
|
Reference in a new issue