Skip to content

Commit c2aeeb9

Browse files
committed
Fix pyperf params on CI
1 parent 33efe60 commit c2aeeb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
run: |
268268
pip install pyperf
269269
pushd cuda_bindings/benchmarks
270-
python run_pyperf.py --fast --loops 1 --min-time 1
270+
python run_pyperf.py --fast --min-time 1
271271
popd
272272
273273
- name: Run cuda.core tests

cuda_bindings/benchmarks/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ source = { features = ["cu13", "cu13-source", "bench", "cpp-bench", "dev", "bind
5454
cmd = ["python", "$PIXI_PROJECT_ROOT/run_pyperf.py"]
5555

5656
[target.linux.tasks.bench-smoke-test]
57-
cmd = ["python", "$PIXI_PROJECT_ROOT/run_pyperf.py", "--fast", "--loops", "1", "--min-time", "0"
57+
cmd = ["python", "$PIXI_PROJECT_ROOT/run_pyperf.py", "--fast", "--min-time", "1"
5858
]
5959

6060
[target.linux.tasks.bench-legacy]

0 commit comments

Comments
 (0)