Skip to content

Commit

Permalink
update bench
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 10, 2014
1 parent 166a8d2 commit 51ddd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bench.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def best_of(a, b)

rss = `ps -o rss -p #{pid}`.chomp.split("\n").last.to_i

results.merge({
results = results.merge({
"timings" => @timings,
"ruby-version" => "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}",
"rss_kb" => rss
Expand Down

0 comments on commit 51ddd99

Please sign in to comment.