Skip to content

Commit 3fd766b

Browse files
committed
[GR-52848] Skip few transient numpy benchmarks
PullRequest: graalpython/3280
2 parents d96441a + d2298bb commit 3fd766b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@
7373
]
7474

7575
SKIPPED_NUMPY_BENCHMARKS = [
76+
"bench_core.CountNonzero.time_count_nonzero(2, 1000000, <class 'str'>)", # Times out
7677
"bench_core.CountNonzero.time_count_nonzero(3, 1000000, <class 'str'>)", # Times out
78+
"bench_core.CountNonzero.time_count_nonzero_axis(2, 1000000, <class 'str'>)", # Times out
7779
"bench_core.CountNonzero.time_count_nonzero_axis(3, 1000000, <class 'str'>)", # Times out
80+
"bench_core.CountNonzero.time_count_nonzero_multi_axis(2, 1000000, <class 'str'>)", # Times out
7881
"bench_core.CountNonzero.time_count_nonzero_multi_axis(3, 1000000, <class 'str'>)", # Times out
7982
"bench_linalg.LinalgSmallArrays.time_det_small_array", # TODO fails with numpy.linalg.LinAlgError
8083
]

0 commit comments

Comments
 (0)