We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ce99e commit cb10ff5Copy full SHA for cb10ff5
mx.graalpython/mx_graalpython_bench_param.py
@@ -103,11 +103,11 @@
103
104
def _pickling_benchmarks(module='pickle'):
105
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'],
+ '{}-strings'.format(module): ITER_20 + ['4'],
+ '{}-lists'.format(module): ITER_20 + ['4'],
+ '{}-dicts'.format(module): ITER_20 + ['4'],
+ '{}-objects'.format(module): ITER_20 + ['20'],
+ '{}-funcs'.format(module): ITER_20 + ['30'],
111
}
112
113
0 commit comments