Skip to content

Commit e586c5c

Browse files
committed
Faster benchmarking smoke tests
1 parent b162f64 commit e586c5c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
run: |
276276
pip install pyperf
277277
pushd benchmarks/cuda_bindings
278-
python run_pyperf.py --fast --min-time 1
278+
python run_pyperf.py --debug-single-value
279279
popd
280280
281281
- name: Run cuda.core tests

benchmarks/cuda_bindings/pixi.toml

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

5757
[target.linux.tasks.bench-smoke-test]
58-
cmd = ["python", "$PIXI_PROJECT_ROOT/run_pyperf.py", "--fast", "--min-time", "1"
59-
]
58+
cmd = ["python", "$PIXI_PROJECT_ROOT/run_pyperf.py", "--debug-single-value"]
6059

6160
[target.linux.tasks.bench-legacy]
6261
cmd = "pytest --benchmark-only --override-ini 'addopts=' $PIXI_PROJECT_ROOT/pytest-legacy/"

0 commit comments

Comments
 (0)