Skip to content

Commit 23ea6be

Browse files
committed
Widen a perftest parameter
1 parent 546728e commit 23ea6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed_python/compiler/tests/bytes_compilation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def bytesAdd(x: bytes):
135135
speedup = (t1 - t0) / (t2 - t1)
136136

137137
# I get about 200
138-
self.assertGreater(speedup, 100)
138+
self.assertGreater(speedup, 50)
139139

140140
def test_bytes_literals(self):
141141

0 commit comments

Comments
 (0)