Skip to content

Commit d97df1f

Browse files
committed
Revert "Unskip ReplaceList pandas benchmark"
This reverts commit 927c314.
1 parent 72a756a commit d97df1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@
8989

9090
SKIPPED_PANDAS_BENCHMARKS = [
9191
"replace.ReplaceDict.time_replace_series", # Times out
92+
"replace.ReplaceList.time_replace_list", # OOM, WIP msimacek
93+
"replace.ReplaceList.time_replace_list_one_match", # OOM, WIP msimacek
9294
"reshape.Crosstab.time_crosstab_normalize_margins", # Times out
9395
"reshape.Cut.peakmem_cut_interval", # Times out
9496
"reshape.Cut.time_cut_interval", # Times out

0 commit comments

Comments
 (0)