Skip to content

Instantly share code, notes, and snippets.

@bagder
Last active July 4, 2024 09:25
Show Gist options
  • Save bagder/9bc1d9734ee935c1d07308f06c575e10 to your computer and use it in GitHub Desktop.
Save bagder/9bc1d9734ee935c1d07308f06c575e10 to your computer and use it in GitHub Desktop.
PR #14098 perf test comparison
python3 tests/http/scorecard.py --httpd --caddy -d --download=100mb h1

master

Downloads
  Server       Size  single(1x1) [cpu/rss]         serial(50x1) [cpu/rss]         parallel(50x50) [cpu/rss]                Errors       
  httpd       100MB    1239 MB/s [89.0%/14MB]         1414 MB/s [88.5%/14MB]         1781 MB/s [100.2%/18MB]              -          
  caddy       100MB    2007 MB/s [74.2%/14MB]         2573 MB/s [82.8%/15MB]         3425 MB/s [100.3%/18MB]              -          

PR

Downloads
  Server       Size  single(1x1) [cpu/rss]         serial(50x1) [cpu/rss]         parallel(50x50) [cpu/rss]                Errors       
  httpd       100MB    1252 MB/s [82.3%/14MB]         1413 MB/s [87.8%/15MB]         1869 MB/s [100.0%/19MB]              -          
  caddy       100MB    2036 MB/s [63.1%/14MB]         2491 MB/s [83.0%/15MB]         3573 MB/s [99.6%/19MB]               -          
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment