Skip to content

Commit 87c305b

Browse files
authored
Fix #1885 add min-time to benchmark smoke test (#1889)
* Fix #1885 add min-time to benchmark smoke test * Fix white space * Fix white space * Fix white space
1 parent f983b9d commit 87c305b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)