aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/minimal.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove submoduleYehuda Katz2009-08-111-0/+0
|
* Made benchmarks submodule so it's easier to keep in syncYehuda Katz2009-08-112-132/+0
|
* Make large_collection 1,000 partialsYehuda Katz2009-08-111-10/+10
|
* Further experimentation. Was able to cut the cost of rendering 100 partials ↵Yehuda Katz2009-08-111-2/+2
| | | | | | | | | | in a collection in half. To discuss: What are the desired semantics (if any) for layouts in a collection. There are no tests for it at present, and I'm not sure if it's needed at all. Deprecated on this branch: `object` pointing at the current object in partials. You can still use the partial name, or use :as to achieve the same thing. This is obviously up for discussion.
* Add a few more benchesYehuda Katz2009-08-111-0/+12
|
* This change causes some failing tests, but it should be possible to make ↵Yehuda Katz2009-08-111-2/+4
| | | | them pass with minimal performance impact.
* Make bench harness produce output that is easier to compareYehuda Katz2009-08-091-11/+21
|
* Updates to benchmark harness.Yehuda Katz2009-08-091-2/+23
|
* Went from 25% slower partials (vs. 2.3) to 10% faster. More to come.Yehuda Katz2009-08-091-5/+14
|
* Support a warmup for JRubyYehuda Katz2009-08-091-7/+6
|
* Update minimal.rb to benchmark partialsYehuda Katz2009-08-091-4/+27
|
* rename ActionController::Http to ActionController::Metal at Josh's suggestionYehuda Katz2009-08-061-5/+3
|
* add a metal to minimal examples for comparisonJeremy Kemper2009-05-271-6/+11
|
* Compare Base with HttpJeremy Kemper2009-05-241-13/+24
|
* runner classJeremy Kemper2009-05-231-16/+24
|
* Fewer runs by defaultJeremy Kemper2009-05-211-1/+1
|
* Minimal base/new_base comparisonJeremy Kemper2009-05-141-0/+34