File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 103103
104104def _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
You can’t perform that action at this time.
0 commit comments