mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 06:54:06 -04:00
more info logged
This commit is contained in:
parent
5d4d72c19d
commit
9e20a99afd
1 changed files with 4 additions and 2 deletions
|
@ -108,12 +108,14 @@ begin
|
||||||
home_page = bench("/")
|
home_page = bench("/")
|
||||||
topic_page = bench("/t/oh-how-i-wish-i-could-shut-up-like-a-tunnel-for-so/69")
|
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({
|
puts({
|
||||||
"home_page" => home_page,
|
"home_page" => home_page,
|
||||||
"topic_page" => topic_page,
|
"topic_page" => topic_page,
|
||||||
"timings" => @timings
|
"timings" => @timings,
|
||||||
|
"ruby-version" => "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}",
|
||||||
|
"rails4?" => ENV["RAILS4"] == "1"
|
||||||
}.to_yaml)
|
}.to_yaml)
|
||||||
|
|
||||||
ensure
|
ensure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue