File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class OffsetSeriesArithmetic(object):
7171 param_names = ['offset' ]
7272
7373 def setup (self , offset ):
74- N = 10000
74+ N = 1000
7575 rng = pd .date_range (start = '1/1/2000' , periods = N , freq = 'T' )
7676 self .data = pd .Series (rng )
7777
@@ -86,7 +86,7 @@ class OffsetDatetimeIndexArithmetic(object):
8686 param_names = ['offset' ]
8787
8888 def setup (self , offset ):
89- N = 10000
89+ N = 1000
9090 self .data = pd .date_range (start = '1/1/2000' , periods = N , freq = 'T' )
9191
9292 def time_add_offset (self , offset ):
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ "$LINT" ]; then
2424 echo " Linting setup.py DONE"
2525
2626 echo " Linting asv_bench/benchmarks/"
27- flake8 asv_bench/benchmarks/ --exclude=asv_bench/benchmarks/[ijoprs ]* .py --ignore=F811
27+ flake8 asv_bench/benchmarks/ --exclude=asv_bench/benchmarks/[is ]* .py --ignore=F811
2828 if [ $? -ne " 0" ]; then
2929 RET=1
3030 fi
You can’t perform that action at this time.
0 commit comments