Skip to content

Commit 91e0b94

Browse files
committed
remove wrong benchmarks
1 parent dec797e commit 91e0b94

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

asv_bench/benchmarks/io/json.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ def time_read_json_lines(self, index):
5353
def time_read_json_lines_concat(self, index):
5454
concat(read_json(self.fname, orient="records", lines=True, chunksize=25000))
5555

56-
def time_read_json_lines_concat_one(self, index):
57-
concat(read_json(self.fname, orient="records", lines=True, chunksize=1))
58-
5956
def time_read_json_lines_concat_hundred(self, index):
6057
concat(read_json(self.fname, orient="records", lines=True, chunksize=100))
6158

@@ -74,9 +71,6 @@ def peakmem_read_json_lines(self, index):
7471
def peakmem_read_json_lines_concat(self, index):
7572
concat(read_json(self.fname, orient="records", lines=True, chunksize=25000))
7673

77-
def peakmem_read_json_lines_concat_one(self, index):
78-
concat(read_json(self.fname, orient="records", lines=True, chunksize=1))
79-
8074
def peakmem_read_json_lines_concat_hundred(self, index):
8175
concat(read_json(self.fname, orient="records", lines=True, chunksize=100))
8276

0 commit comments

Comments
 (0)