Skip to content

Commit 18aacff

Browse files
committed
fixup: add stress-ng test
1 parent 8df736e commit 18aacff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- echo Hello, World!
2020
- ls fib.py
2121
- python3 fib.py
22+
- stress-ng --cpu 1 --timeout 1s
23+
- stress-ng --cpu 4 --timeout 1s
2224
valgrind:
2325
- "3.26.0"
2426
- "3.25.1"
@@ -79,7 +81,7 @@ jobs:
7981
8082
# Ensure libc6-dev is installed for Valgrind to work properly
8183
sudo apt-get update
82-
sudo apt-get install -y libc6-dev
84+
sudo apt-get install -y libc6-dev stress-ng
8385
8486
- name: Verify Valgrind build
8587
run: /usr/local/bin/valgrind --version

0 commit comments

Comments
 (0)