Skip to content

Instantly share code, notes, and snippets.

@abaldwin88
Created February 20, 2019 01:21
Show Gist options
  • Save abaldwin88/395416ed4d3ee64c26201f343364180a to your computer and use it in GitHub Desktop.
Save abaldwin88/395416ed4d3ee64c26201f343364180a to your computer and use it in GitHub Desktop.
require 'benchmark'
def benchmark_get(search_term)
bm = Benchmark.realtime do
get(search_term)
end
bm * 1000
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment