aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/examples/performance.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use benchmark/ips to measure AR performanceJon Leighton2012-08-171-39/+34
| | | | | | 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.
* Make with_scope public so we stop using send :bomb:José Valim2011-12-151-0/+12
|
* Add performance scripts from wycats/rails-simple-benches to actionpack.José Valim2011-12-081-1/+1
|
* splited a long line to shorter onesSergey Parizhskiy2011-11-291-1/+8
|
* Remove identity map from benchmark script.Emilio Tagua2011-02-151-7/+0
|
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-124/+90
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: activerecord/examples/performance.rb activerecord/lib/active_record/association_preload.rb activerecord/lib/active_record/associations.rb activerecord/lib/active_record/associations/association_proxy.rb activerecord/lib/active_record/autosave_association.rb activerecord/lib/active_record/base.rb activerecord/lib/active_record/nested_attributes.rb activerecord/test/cases/relations_test.rb
| * no more faker, rbench, or addressableAaron Patterson2011-02-071-109/+88
| |
* | Clean IdentityMap before running each benchmark.Emilio Tagua2010-11-191-0/+18
| |
* | Enable IM in performance script unless IM=disabled is set when running it.Emilio Tagua2010-11-191-0/+2
|/
* Use detect instead select to avoid "sh: [mysqldump]: command not found".Emilio Tagua2010-09-291-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Add more examples in performance script.Emilio Tagua2010-09-101-0/+17
| | | | | | [#5610 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Ruby 1.9 compat: convert Pathname to stringJeremy Kemper2010-09-101-1/+1
|
* Switch back to mysql for easier comparisonJeremy Kemper2010-09-101-1/+1
|
* AR perf test: switch to mysql2, bundle faker and rbenchJeremy Kemper2010-09-091-1/+1
|
* Fix data loading from the performance scriptPratik Naik2010-07-161-1/+1
|
* Use the new query API in AR performance script.Emilio Tagua2010-06-221-3/+3
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* remove executable permission from files that don't need it. [#4802 ↵rohit2010-06-201-0/+0
| | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Use load_paths on AR benchmarks so it uses the bundler setup instead of ↵José Valim2010-06-121-5/+5
| | | | system gems.
* Fix typoJeremy Kemper2009-08-251-1/+1
|
* timestamps gives a created_at field not created_on.Emilio Tagua2009-08-241-2/+2
| | | | | | [#3093 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Benchmark script via miloops' arel fork via DataMapper's AR comparison scriptJeremy Kemper2009-08-201-0/+162