Skip to content

Commit cb10ff5

Browse files
committed
GR-24486: resize pickle benchmarks due to gate timeout
1 parent 28ce99e commit cb10ff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@
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

0 commit comments

Comments
 (0)