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 103
103
104
104
def _pickling_benchmarks (module = 'pickle' ):
105
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 ' ],
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 ' ],
111
111
}
112
112
113
113
114
- MICRO_BENCHMARKS .update (_pickling_benchmarks ('pickle' ))
114
+ # MICRO_BENCHMARKS.update(_pickling_benchmarks('pickle'))
115
115
# MICRO_BENCHMARKS.update(_pickling_benchmarks('cPickle'))
116
116
117
117
You can’t perform that action at this time.
0 commit comments