Skip to content

Commit 06ba0fb

Browse files
committed
benchmarks: remove duplicate pickle bench entry
1 parent b07d7b2 commit 06ba0fb

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

mx.graalpython/mx_graalpython_bench_param.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -184,21 +184,6 @@ def _pickling_benchmarks(module='pickle'):
184184
}
185185

186186

187-
def _pickling_benchmarks(module='pickle'):
188-
return {
189-
'strings': ITER_10 + ['10000', '10', '1000', module],
190-
'lists': ITER_10 + ['500', '10', '100', module],
191-
'dicts': ITER_10 + ['100', '10', '100', module],
192-
'objects': ITER_10 + ['100', module],
193-
'funcs': ITER_10 + ['1000', module],
194-
}
195-
196-
197-
PICKLE_BENCHMARKS = _pickling_benchmarks("pickle")
198-
# TODO: re-enable when the cPickle module is implemented
199-
# CPICKLE_BENCHMARKS = _pickling_benchmarks("cPickle")
200-
201-
202187
# ----------------------------------------------------------------------------------------------------------------------
203188
#
204189
# the benchmarks

0 commit comments

Comments
 (0)