Last active
March 31, 2023 09:32
-
-
Save bagder/7a2ada221d4c6d33973664b52c9372c4 to your computer and use it in GitHub Desktop.
"python3 tests/http/scorecard.py --httpd h2" on git master on my machine on March 31 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scoring h2 | |
TLS Handshake | |
localhost...ok. | |
curl.se...ipv4...ipv6...ok. | |
nghttp2.org...ipv4...ipv6...ok. | |
httpd downloads | |
https://one.http.curl.se:47541/score1.data: single...serial...parallel...ok. | |
https://one.http.curl.se:47541/score10.data: single...serial...parallel...ok. | |
https://one.http.curl.se:47541/score100.data: single...serial...parallel...ok. | |
httpd requests | |
https://one.http.curl.se:47541/reqs10.data: 1...6...25...50...100...ok. | |
H2 in curl 8.1.0-DEV ((x86_64-pc-linux-gnu)) via nghttp2/1.50.0-dev | |
Handshakes ipv4 ipv6 | |
Host Connect Handshake Connect Handshake Errors | |
localhost 0 ms 2 ms 0 ms 0 ms | |
curl.se 2 ms 39 ms 2 ms 19 ms | |
nghttp2.org 300 ms 579 ms 1254 ms 1507 ms | |
Downloads | |
Server Size Single Serial Parallel Errors | |
httpd 1MB 122 MB/s 1402 MB/s 703 MB/s | |
httpd 10MB 1022 MB/s 2175 MB/s 1694 MB/s | |
httpd 100MB 1953 MB/s 2251 MB/s 2477 MB/s | |
Requests, max in parallel | |
Server Size 1 6 25 50 100 Errors | |
httpd 10KB 4084 r/s 5409 r/s 5524 r/s 5624 r/s 5581 r/s | |
scoring h1 | |
TLS Handshake | |
localhost...ok. | |
curl.se...ipv4...ipv6...ok. | |
nghttp2.org...ipv4...ipv6...ok. | |
httpd downloads | |
https://one.http.curl.se:47395/score1.data: single...serial...parallel...ok. | |
https://one.http.curl.se:47395/score10.data: single...serial...parallel...ok. | |
https://one.http.curl.se:47395/score100.data: single...serial...parallel...ok. | |
httpd requests | |
https://one.http.curl.se:47395/reqs10.data: 1...6...25...50...100...ok. | |
HTTP/1.1 in curl 8.1.0-DEV ((x86_64-pc-linux-gnu)) via native/unknown | |
Handshakes ipv4 ipv6 | |
Host Connect Handshake Connect Handshake Errors | |
localhost 0 ms 5 ms 0 ms 0 ms | |
curl.se 1 ms 17 ms 2 ms 14 ms | |
nghttp2.org 271 ms 553 ms 241 ms 493 ms | |
Downloads | |
Server Size Single Serial Parallel Errors | |
httpd 1MB 106 MB/s 1248 MB/s 945 MB/s | |
httpd 10MB 887 MB/s 1728 MB/s 2025 MB/s | |
httpd 100MB 1550 MB/s 1718 MB/s 2446 MB/s | |
Requests, max in parallel | |
Server Size 1 6 25 50 100 Errors | |
httpd 10KB 4273 r/s 5623 r/s 5634 r/s 5577 r/s 5490 r/s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment