We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea55e3f commit 9297b35Copy full SHA for 9297b35
1 file changed
.github/workflows/codspeed.yml
@@ -9,13 +9,14 @@ on:
9
10
jobs:
11
benchmarks:
12
- runs-on: codspeed-macro
+ runs-on: ubuntu-latest
13
+ # runs-on: codspeed-macro
14
timeout-minutes: 20
15
strategy:
16
matrix:
17
# IMPORTANT: The binary has to match the architecture of the runner!
18
cmd:
- - testdata/take_strings-aarch64
19
+ - testdata/take_strings-x86_64
20
- echo Hello, World!
21
- ls fib.py
22
- tar --zstd -cf /tmp/fib.tar.gz fib.py && rm /tmp/fib.tar.gz
0 commit comments