Skip to content

Commit d69efe2

Browse files
committed
Skip transients in pandas benchmarks
1 parent acc45b3 commit d69efe2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mx.graalpython/mx_graalpython_python_benchmarks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0
@@ -97,6 +97,8 @@
9797
"reshape.GetDummies.time_get_dummies_1d_sparse", # Times out
9898
"reshape.PivotTable.time_pivot_table_margins", # Times out
9999
"reshape.WideToLong.time_wide_to_long_big", # Times out
100+
"reshape.Cut.time_qcut_datetime", # Transient failure GR-61245, exit code -11
101+
"reshape.Explode.time_explode", # Transient failure GR-61245, exit code -11
100102
]
101103

102104
DEFAULT_PYPERFORMANCE_BENCHMARKS = [

0 commit comments

Comments
 (0)