Skip to content

Instantly share code, notes, and snippets.

@tanner0101
Created June 13, 2016 02:42
Show Gist options
  • Save tanner0101/136c3913981a57839bccbd3628774315 to your computer and use it in GitHub Desktop.
Save tanner0101/136c3913981a57839bccbd3628774315 to your computer and use it in GitHub Desktop.
Ruby Benchmark
Rails.application.routes.draw do
get 'plaintext' => 'benchmark#plaintext'
get 'json' => 'benchmark#json'
get 'sqlite-fetch' => 'benchmark#sqlite'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment