From 80e66cc4d90bf8c15d1a5f6e3152e90147f00772 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 6 Aug 2016 19:55:02 +0200 Subject: normalizes indentation and whitespace across the project --- activerecord/examples/performance.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/examples') diff --git a/activerecord/examples/performance.rb b/activerecord/examples/performance.rb index cb9ee58f59..2098341763 100644 --- a/activerecord/examples/performance.rb +++ b/activerecord/examples/performance.rb @@ -120,10 +120,10 @@ Benchmark.ips(TIME) do |x| Exhibit.first.look end - x.report "Model.take" do + x.report "Model.take" do Exhibit.take end - + x.report("Model.all limit(100)") do Exhibit.look Exhibit.limit(100) end -- cgit v1.2.3