Skip to content

Commit f86ddff

Browse files
committed
Increase limits for List
1 parent c5a2d5a commit f86ddff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/benchmark_sortedlist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def fill_values(obj, size):
177177
'func': '__delitem__',
178178
'limit': 1000000
179179
}
180-
limit('delitem', 'List', 10000)
180+
limit('delitem', 'List', 100000)
181181

182182
for name, kind in kinds.items():
183183
impls['bisect'][name] = {
@@ -404,7 +404,7 @@ def run(self, value):
404404
'func': 'run',
405405
'limit': 1000000
406406
}
407-
limit('intervals', 'List', 10000)
407+
limit('intervals', 'List', 100000)
408408

409409
for name, kind in kinds.items():
410410
impls['init'][name] = {

0 commit comments

Comments
 (0)