mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
more info logged
This commit is contained in:
parent
5d4d72c19d
commit
9e20a99afd
@ -108,12 +108,14 @@ begin
|
||||
home_page = bench("/")
|
||||
topic_page = bench("/t/oh-how-i-wish-i-could-shut-up-like-a-tunnel-for-so/69")
|
||||
|
||||
puts "Your Results:"
|
||||
puts "Your Results: (note for timings- percentile is first, duration is second in millisecs)"
|
||||
|
||||
puts({
|
||||
"home_page" => home_page,
|
||||
"topic_page" => topic_page,
|
||||
"timings" => @timings
|
||||
"timings" => @timings,
|
||||
"ruby-version" => "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}",
|
||||
"rails4?" => ENV["RAILS4"] == "1"
|
||||
}.to_yaml)
|
||||
|
||||
ensure
|
||||
|
Loading…
x
Reference in New Issue
Block a user