File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class OffsetSeriesArithmetic(object):
71
71
param_names = ['offset' ]
72
72
73
73
def setup (self , offset ):
74
- N = 10000
74
+ N = 1000
75
75
rng = pd .date_range (start = '1/1/2000' , periods = N , freq = 'T' )
76
76
self .data = pd .Series (rng )
77
77
@@ -86,7 +86,7 @@ class OffsetDatetimeIndexArithmetic(object):
86
86
param_names = ['offset' ]
87
87
88
88
def setup (self , offset ):
89
- N = 10000
89
+ N = 1000
90
90
self .data = pd .date_range (start = '1/1/2000' , periods = N , freq = 'T' )
91
91
92
92
def time_add_offset (self , offset ):
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ "$LINT" ]; then
24
24
echo " Linting setup.py DONE"
25
25
26
26
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
28
28
if [ $? -ne " 0" ]; then
29
29
RET=1
30
30
fi
You can’t perform that action at this time.
0 commit comments