public
Description: benchmarking tool for rails applications
Homepage: http://railsbench.rubyforge.org/
Clone URL: git://github.com/skaes/railsbench.git
skaes (author)
Fri Aug 21 08:54:38 -0700 2009
commit  0d526e452cc93c6b8f9e9f705a96ddc93f62478c
tree    9086bb3386cbe739c92a929dc35a939600ae8593
parent  0c5e7654df3abb05b8540d78a520dda83d5cfaa8
railsbench / latest_changes.txt
100755 19 lines (18 sloc) 1.076 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* added support for generating call trees using ruby-prof
* show length of freelist in gc plots
* make it possible to plot very large gc logs by artificially reducing the data set size
* changed logger handling to no longer set logger to nil as most apps don't test for logger being nil
* rails 2.2 compatibility
* support gnuplot as a plotting engine
* allow post and query data to be stored in raw form in benchmarks file
* railsbench command completion: complete -W "`railsbench commands`" -o default railsbench
* individual scripts now try to autoconfigure RAILS_ROOT too
* make it possible to add cookie data in benchmarks
* support for memory leak checking under OS X
* print detailed comparison of total garbage allocated per object type
* provide an interface to summed garbage per object type via :garbage_totals
* railsbench now requires ruby-prof version >= 0.6
* support for XMLHttpRequest. patch by Vít Ondruch
* enable specification of session key. patch by Vít Ondruch
* exit benchmarking when an action raises an exception
* new GC patches for 1.8.6 and 1.9