We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b276196 commit 069203eCopy full SHA for 069203e
asv_bench/benchmarks/io/csv.py
@@ -287,7 +287,7 @@ def time_read_uint64_na_values(self):
287
288
class ReadUint8Integers(StringIORewind):
289
def setup(self):
290
- arr = np.arange(10000).astype("uint8")
+ arr = np.tile(np.arange(256, dtype="uint8"), 500)
291
self.data1 = StringIO("\n".join(arr.astype(str).tolist()))
292
293
def time_read_uint8(self):
0 commit comments