Skip to content

Commit 4eed4c0

Browse files
committed
Add additional BasIO
1 parent bf4e257 commit 4eed4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/io_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def time_read_csv_10_rows(self, compression, engine):
150150
engine=engine)
151151

152152

153-
class ReadCSVThousands(object):
153+
class ReadCSVThousands(BaseIO):
154154

155155
goal_time = 0.2
156156
fname = '__test__.csv'

0 commit comments

Comments
 (0)