Skip to content

Commit 8ee0e6a

Browse files
committed
fixup: make python bench smaller
1 parent 18aacff commit 8ee0e6a

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- testdata/take_strings-aarch64 varbinview_non_null
1919
- echo Hello, World!
2020
- ls fib.py
21-
- python3 fib.py
21+
- python3 -c 'print(42 * 42)'
2222
- stress-ng --cpu 1 --timeout 1s
2323
- stress-ng --cpu 4 --timeout 1s
2424
valgrind:

bench/fib.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)