Skip to content

Commit 9e55075

Browse files
committed
[GR-24486] resize pickle benchmarks due to gate timeout
PullRequest: graalpython/1083
2 parents 3efc66e + 022609c commit 9e55075

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@
103103

104104
def _pickling_benchmarks(module='pickle'):
105105
return {
106-
'{}-strings'.format(module): ITER_35 + ['10'],
107-
'{}-lists'.format(module): ITER_35 + ['10'],
108-
'{}-dicts'.format(module): ITER_35 + ['5'],
109-
'{}-objects'.format(module): ITER_35 + ['100'],
110-
'{}-funcs'.format(module): ITER_35 + ['200'],
106+
'{}-strings'.format(module): ITER_20 + ['4'],
107+
'{}-lists'.format(module): ITER_20 + ['4'],
108+
'{}-dicts'.format(module): ITER_20 + ['4'],
109+
'{}-objects'.format(module): ITER_20 + ['20'],
110+
'{}-funcs'.format(module): ITER_20 + ['30'],
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)