Skip to content

Commit 642ebc8

Browse files
committed
Widen a perftest parameter.
1 parent 1f97560 commit 642ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed_python/compiler/tests/closures_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def append(y):
194194
# AlexT: I got from ~83x to ~240x on 2020/04/23, so I increased the count
195195
# which caused the variance to drop drastically (the elapsedCompiled is now
196196
# in the order of 10ms on my AWS cloud worker.
197-
self.assertLess(elapsedCompiled * 120, elapsedNontyped)
197+
self.assertLess(elapsedCompiled * 60, elapsedNontyped)
198198

199199
@flaky(max_runs=3, min_passes=1)
200200
def test_assigning_closures_as_values(self):

0 commit comments

Comments
 (0)