We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4d72c commit 9e20a99Copy full SHA for 9e20a99
1 file changed
script/bench.rb
@@ -108,12 +108,14 @@ def bench(path)
108
home_page = bench("/")
109
topic_page = bench("/t/oh-how-i-wish-i-could-shut-up-like-a-tunnel-for-so/69")
110
111
- puts "Your Results:"
+ puts "Your Results: (note for timings- percentile is first, duration is second in millisecs)"
112
113
puts({
114
"home_page" => home_page,
115
"topic_page" => topic_page,
116
- "timings" => @timings
+ "timings" => @timings,
117
+ "ruby-version" => "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}",
118
+ "rails4?" => ENV["RAILS4"] == "1"
119
}.to_yaml)
120
121
ensure
0 commit comments