Skip to content

Commit 7897334

Browse files
committed
Disable benchmarks for awkward tests
1 parent baf15cd commit 7897334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_thirdparty_awkward.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ rapids-logger "Show Numba system info"
3737
python -m numba --sysinfo
3838

3939
rapids-logger "Run Awkward CUDA tests"
40-
python -m pytest -v -n auto tests-cuda tests-cuda-kernels tests-cuda-kernels-explicit
40+
python -m pytest -v -n auto --benchmark-disable tests-cuda tests-cuda-kernels tests-cuda-kernels-explicit
4141

4242
popd

0 commit comments

Comments
 (0)