uasyncio: benchmark/boom_uasyncio.py: More assert output.

pull/261/merge
Paul Sokolovsky 2018-02-05 21:07:23 +02:00 zatwierdzone przez Damien George
rodzic e439624748
commit ab3198edd7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ def validate(resp):
no = int(l.split()[1])
seen.append(no)
c = t.count(l + "\r\n")
assert c == 400101
assert c == 400101, str(c)
assert t.endswith("=== END ===")
cnt += 1