File tree 1 file changed +2
-17
lines changed
pyperformance/data-files/benchmarks/bm_ctypes
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,6 @@ def benchmark(loops):
74
74
void_foo_int_int_int_int (1 , 2 , 3 , 4 )
75
75
void_foo_constchar (b"bytes" )
76
76
77
- void_foo_void ()
78
- int_foo_int (1 )
79
- void_foo_int (1 )
80
- void_foo_int_int (1 , 2 )
81
- void_foo_int_int_int (1 , 2 , 3 )
82
- void_foo_int_int_int_int (1 , 2 , 3 , 4 )
83
- void_foo_constchar (b"bytes" )
84
-
85
- void_foo_void ()
86
- int_foo_int (1 )
87
- void_foo_int (1 )
88
- void_foo_int_int (1 , 2 )
89
- void_foo_int_int_int (1 , 2 , 3 )
90
- void_foo_int_int_int_int (1 , 2 , 3 , 4 )
91
-
92
77
return pyperf .perf_counter () - t0
93
78
94
79
@@ -105,6 +90,6 @@ def add_cmdline_args(cmd, args):
105
90
options = runner .parse_args ()
106
91
107
92
if options .argtypes :
108
- runner .bench_time_func ("ctypes_argtypes" , benchmark_argtypes , inner_loops = 3 )
93
+ runner .bench_time_func ("ctypes_argtypes" , benchmark_argtypes )
109
94
else :
110
- runner .bench_time_func ("ctypes" , benchmark , inner_loops = 3 )
95
+ runner .bench_time_func ("ctypes" , benchmark )
You can’t perform that action at this time.
0 commit comments