There was an error while loading. Please reload this page.
1 parent e439624 commit ab3198eCopy full SHA for ab3198e
uasyncio/benchmark/boom_uasyncio.py
@@ -19,7 +19,7 @@ def validate(resp):
19
no = int(l.split()[1])
20
seen.append(no)
21
c = t.count(l + "\r\n")
22
- assert c == 400101
+ assert c == 400101, str(c)
23
assert t.endswith("=== END ===")
24
25
cnt += 1
0 commit comments