Skip to content

Instantly share code, notes, and snippets.

@lkosak
Created October 12, 2012 23:31
Show Gist options
  • Save lkosak/3882258 to your computer and use it in GitHub Desktop.
Save lkosak/3882258 to your computer and use it in GitHub Desktop.
cloudfront / s3 comparison
redtail git:master ❯ for i in {,{1..15}}; curl -s -w "%{time_total}\n" -o /dev/null http://assets2.pinchit.com/assets/application-30d3705e5123eae4ffbe76a846c616cc.css
0.101
0.089
0.071
0.115
0.079
0.055
0.065
0.066
0.053
0.074
0.085
0.080
0.062
0.061
0.062
0.079
redtail git:master ❯ for i in {,{1..15}}; curl -s -w "%{time_total}\n" -o /dev/null http://assets.pinchit.com/assets/application-30d3705e5123eae4ffbe76a846c616cc.css
0.931
0.472
0.352
0.383
0.584
0.272
0.396
0.742
0.570
0.537
0.329
0.619
0.458
0.286
0.287
0.445
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment