Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
run: |
pip install pyperf
pushd cuda_bindings/benchmarks
python run_pyperf.py --fast --loops 1 --min-time 1
python run_pyperf.py --fast --min-time 1
popd

- name: Run cuda.core tests
Expand Down
2 changes: 1 addition & 1 deletion cuda_bindings/benchmarks/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ source = { features = ["cu13", "cu13-source", "bench", "cpp-bench", "dev", "bind
cmd = ["python", "$PIXI_PROJECT_ROOT/run_pyperf.py"]

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

[target.linux.tasks.bench-legacy]
Expand Down
Loading