Skip to content

Instantly share code, notes, and snippets.

@bagder
Created December 7, 2023 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bagder/c224a9293e39a44e374ccf54173342b5 to your computer and use it in GitHub Desktop.
Save bagder/c224a9293e39a44e374ccf54173342b5 to your computer and use it in GitHub Desktop.
perf-testing #12468

icing-cw-part5+h2

scoring h2
TLS Handshake
  curl.se...ipv4...ipv6...ok.
  google.com...ipv4...ipv6...ok.
  cloudflare.com...ipv4...ipv6...ok.
  nghttp2.org...ipv4...ipv6...ok.
httpd downloads
  50x1MB: single...serial...parallel...ok.
  50x10MB: single...serial...parallel...ok.
  50x100MB: single...serial...parallel...ok.
httpd requests
  https://one.http.curl.se:58369/reqs10.data: 1...6...25...50...100...ok.

H2 in curl 8.5.1-DEV (x86_64-pc-linux-gnu) libcurl/8.5.1-DEV OpenSSL/3.1.4 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) nghttp2/1.58.0 librtmp/2.3 libgsasl/2.2.0 OpenLDAP/2.5.13
Handshakes               ipv4                      ipv6                        
  Host                   Connect    Handshake      Connect    Handshake     Errors              
  curl.se                   2 ms        11 ms         2 ms        14 ms                         
  google.com                2 ms        19 ms         2 ms        19 ms                         
  cloudflare.com            3 ms        14 ms         3 ms        17 ms                         
  nghttp2.org             277 ms       562 ms       250 ms       512 ms                         
Downloads
  Server       Size       Single       Serial     Parallel    Errors              
  httpd         1MB      52 MB/s    1299 MB/s    1775 MB/s                        
  httpd        10MB     575 MB/s    2212 MB/s    2403 MB/s                        
  httpd       100MB    1834 MB/s    2323 MB/s    2761 MB/s                        
Requests, max in parallel
  Server       Size        1            6           25           50          100        Errors              
  httpd        10KB    11726 r/s    26863 r/s    27979 r/s    28077 r/s    28344 r/s                 

master

scoring h2
TLS Handshake
  curl.se...ipv4...ipv6...ok.
  google.com...ipv4...ipv6...ok.
  cloudflare.com...ipv4...ipv6...ok.
  nghttp2.org...ipv4...ipv6...ok.
httpd downloads
  50x1MB: single...serial...parallel...ok.
  50x10MB: single...serial...parallel...ok.
  50x100MB: single...serial...parallel...ok.
httpd requests
  https://one.http.curl.se:36581/reqs10.data: 1...6...25...50...100...ok.

H2 in curl 8.5.1-DEV (x86_64-pc-linux-gnu) libcurl/8.5.1-DEV OpenSSL/3.1.4 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (+libidn2/2.3.4) nghttp2/1.58.0 librtmp/2.3 libgsasl/2.2.0 OpenLDAP/2.5.13
Handshakes               ipv4                      ipv6                        
  Host                   Connect    Handshake      Connect    Handshake     Errors              
  curl.se                   2 ms        13 ms         2 ms        14 ms                         
  google.com                2 ms        17 ms         2 ms        19 ms                         
  cloudflare.com            4 ms        21 ms         3 ms        20 ms                         
  nghttp2.org             286 ms       582 ms       249 ms       505 ms                         
Downloads
  Server       Size       Single       Serial     Parallel    Errors              
  httpd         1MB      38 MB/s     972 MB/s    1146 MB/s                        
  httpd        10MB     484 MB/s    2140 MB/s    1349 MB/s                        
  httpd       100MB    1755 MB/s    2361 MB/s    2072 MB/s                        
Requests, max in parallel
  Server       Size        1            6           25           50          100        Errors              
  httpd        10KB     8650 r/s    27763 r/s    28114 r/s    28804 r/s    28817 r/s                        
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment