Created
June 13, 2016 02:42
-
-
Save tanner0101/136c3913981a57839bccbd3628774315 to your computer and use it in GitHub Desktop.
Ruby Benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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