Skip to content

Commit ad9cc87

Browse files
committed
http2: stop printing
1 parent d3bdd57 commit ad9cc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Benchmark/http2/shallow/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def main() -> None:
4040
with open(testfile) as fd:
4141
for ln in fd:
4242
url = ln.split(",", 1)[0]
43-
print(iri2uri(url))
43+
iri2uri(url)
4444

4545
for i in range(10):
4646
main()

0 commit comments

Comments
 (0)