We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df736e commit 18aacffCopy full SHA for 18aacff
1 file changed
.github/workflows/codspeed.yml
@@ -19,6 +19,8 @@ jobs:
19
- echo Hello, World!
20
- ls fib.py
21
- python3 fib.py
22
+ - stress-ng --cpu 1 --timeout 1s
23
+ - stress-ng --cpu 4 --timeout 1s
24
valgrind:
25
- "3.26.0"
26
- "3.25.1"
@@ -79,7 +81,7 @@ jobs:
79
81
80
82
# Ensure libc6-dev is installed for Valgrind to work properly
83
sudo apt-get update
- sudo apt-get install -y libc6-dev
84
+ sudo apt-get install -y libc6-dev stress-ng
85
86
- name: Verify Valgrind build
87
run: /usr/local/bin/valgrind --version
0 commit comments