Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 72e4a9a

Browse files
committedSep 16, 2019
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.