diff options
author | Jon Leighton <j@jonathanleighton.com> | 2012-08-17 11:41:50 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2012-08-17 11:43:48 +0100 |
commit | bfff0ed33301aaf2c917d0b8ac8eaffc0593281e (patch) | |
tree | 6224adad30a633160fa399250cd436e2fdcc6449 /Gemfile | |
parent | 4e31f826dc5a833d3fb4e0e41b0eb146dde04282 (diff) | |
download | rails-bfff0ed33301aaf2c917d0b8ac8eaffc0593281e.tar.gz rails-bfff0ed33301aaf2c917d0b8ac8eaffc0593281e.tar.bz2 rails-bfff0ed33301aaf2c917d0b8ac8eaffc0593281e.zip |
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.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,3 +95,5 @@ end # A gem necessary for ActiveRecord tests with IBM DB gem 'ibm_db' if ENV['IBM_DB'] + +gem 'benchmark-ips' |