Use benchmark/ips to measure AR performance

This means we can more easily compare numbers, and we don't have to
specify a single N for all reports, which previously meant that some
tests were running many more/fewer iterations than necessary.
This commit is contained in:
Jon Leighton
2012-08-17 11:41:50 +01:00
parent 4e31f826dc
commit bfff0ed333
2 changed files with 36 additions and 39 deletions

View File

@@ -95,3 +95,5 @@ end
# A gem necessary for ActiveRecord tests with IBM DB
gem 'ibm_db' if ENV['IBM_DB']
gem 'benchmark-ips'