Skip to content

Instantly share code, notes, and snippets.

@zanker
Last active October 21, 2017 20:28
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 zanker/210a10f6c11e8dd25ccef31f6cda644e to your computer and use it in GitHub Desktop.
Save zanker/210a10f6c11e8dd25ccef31f6cda644e to your computer and use it in GitHub Desktop.
started_at = Time.now.to_f
response = HTTP.post("/users/create")
report_time("users.create", (Time.now.to_f - started_at) * 1000)
response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment