Posted By: Stefan Kaes
Date: 2007-04-02 10:24
Summary: railsbench 0.9.2
Project: Rails Application Benchmarking

railsbench version 0.9.2 has been released!

rails benchmarking tools

Changes:

* added POST support:
search:
uri: /search
method: post
post_data: category=dessert
- method defaults to get
- post_data will be url encoded by railsbench

* allow specification of session_data in benchmarks.yml:
benchmark_name:
uri: /
session_data:
user_id: 1
post_data: category=dessert

* load benchmarks.yml using ERB. Example: retrieve login ids using Rails)
admin_interface:
uri: /admin
session_data:
user_id: <%= User.find_by_name('admin').id %>

* use benchmark names instead of urls in raw data files,
old files can be converted using script convert_raw_data_files.
change was required by post support

* copy environments/production.rb to environments/benchmarking.rb,
instead of providing a fixed one

* don't create a broken benchmarks.yml file when running railsbench install

* perf_plot and perf_plot_gc accept -geometry parameter,
for exact dimensioning of the produced .png file

* use -font_size=12 for setting font size when generating graphs

* use 'perf_plot -colors=color1,color2,...' to get a different color set

* use 'perf_plot -out=name' to write graph to file 'name'

* new script perf_table: create a tabular overview of perf data

* added -colorize option to perf_html, which results in green and red
backgrounds in the factor columns

* added -theme option to perf_plot

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: railsbench-0.9.2-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post