Skip to content

Instantly share code, notes, and snippets.

@lpgauth
Created March 1, 2017 19:09
Show Gist options
  • Save lpgauth/f1bad511ac70d006275304133b290351 to your computer and use it in GitHub Desktop.
Save lpgauth/f1bad511ac70d006275304133b290351 to your computer and use it in GitHub Desktop.
6> buoy_bench:request().
name: buoy, percentile: [{50,845},
{75,1150},
{90,1468},
{95,1713},
{99,2329},
{999,4693}]
name: dlhttpc, percentile: [{50,2539},
{75,5435},
{90,10993},
{95,16089},
{99,31657},
{999,68882}]
name: hackney, percentile: [{50,3349},
{75,3545},
{90,3777},
{95,3996},
{99,4874},
{999,6380}]
ok
7> buoy_bench:parsing().
name: buoy, percentile: [{50,13},{75,16},{90,20},{95,24},{99,51},{999,6936}]
name: hackney, percentile: [{50,123},
{75,133},
{90,801},
{95,3243},
{99,5766},
{999,12003}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment