Skip to content

Instantly share code, notes, and snippets.

@hanshasselberg
Last active December 11, 2015 18:58
Show Gist options
  • Save hanshasselberg/4645035 to your computer and use it in GitHub Desktop.
Save hanshasselberg/4645035 to your computer and use it in GitHub Desktop.
Typhoeus.get("api.travis-ci.org/repos/travis-ci/travis").total_time
#=> 0.428954
Typhoeus.get("https://api.travis-ci.org/repos/travis-ci/travis", followlocation: true).total_time
#=> 0.786656
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment