Skip to content

Commit 72e4a9a

Browse files
committed
removes the smallest and the two biggest(slowest) benchmarks
1 parent 91ccbd4 commit 72e4a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/frame_methods.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def time_dataframe_describe(self):
610610

611611

612612
class SelectDtypes:
613-
params = [10, 100, 1000, 10000, 100000]
613+
params = [100, 1000]
614614
param_names = ["n"]
615615

616616
def setup(self, n):

0 commit comments

Comments
 (0)