Skip to content

Commit 022609c

Browse files
committed
disable pickle benchmarks
1 parent cb10ff5 commit 022609c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _pickling_benchmarks(module='pickle'):
111111
}
112112

113113

114-
MICRO_BENCHMARKS.update(_pickling_benchmarks('pickle'))
114+
# MICRO_BENCHMARKS.update(_pickling_benchmarks('pickle'))
115115
# MICRO_BENCHMARKS.update(_pickling_benchmarks('cPickle'))
116116

117117

0 commit comments

Comments
 (0)