Notes:
* converted shell scripts to ruby.
* cygwin is no longer needed to run railsbench on windows (use railsbench cmd)
* fixed problems with non executable scripts when installing railsbench (call sudo railsbench postinstall)
* some code refactoring
* added error messages for RAILS_ROOT not being set
* railsbench driver can be called without 'perf_' prefix for command names
* installation simplified: call 'railsbench install'
* you can add 'eval `railsbench path` to your profile for direct script access
Changes:
2006-12-26 10:31 stkaes
* INSTALL: dedription of railsbench path and railsbench postinstall
2006-12-26 10:15 stkaes
* bin/railsbench, latest_changes.txt: added 'railsbench' path
command
2006-12-26 10:06 stkaes
* Manifest.txt, Rakefile, bin/railsbench, latest_changes.txt,
postinstall.rb, setup.rb: added postinstall
2006-12-26 09:21 stkaes
* latest_changes.txt: fixed typo
2006-12-26 09:18 stkaes
* bin/railsbench, latest_changes.txt, lib/railsbench/perf_utils.rb,
script/perf_bench, script/perf_diff, script/perf_diff_gc,
script/perf_run, script/perf_run_gc, script/run_urls: code
refactoring; more error messages
2006-12-24 08:59 stkaes
* CHANGELOG: updated changelog
2006-12-24 07:05 stkaes
* Rakefile, latest_changes.txt: prepare 0.9.0 release
2006-12-24 06:43 stkaes
* install.rb: white space changes
2006-12-24 06:24 stkaes
* INSTALL, README, config/benchmarking.rb, script/perf_tex: updated
environment format
2006-12-24 06:08 stkaes
* lib/railsbench/perf_utils.rb, script/perf_bench,
script/perf_comp, script/perf_comp_gc, script/perf_diff,
script/perf_diff_gc, script/perf_html, script/perf_plot,
script/perf_plot_gc, script/perf_prof, script/perf_run,
script/perf_run_gc, script/perf_tex, script/perf_times,
script/perf_times_gc, script/run_urls: added licence to scripts
2006-12-23 10:22 stkaes
* Manifest.txt, bin/railsbench: removed file from manifest;
dos2unix railsbench
2006-12-23 09:44 stkaes
* script/perf_prof: set ruby_prof_options correctly
2006-12-23 09:24 stkaes
* bin/railsbench, lib/railsbench/perf_utils.rb,
lib/railsbench/railsbenchmark.rb, lib/railsbench/version.rb,
script/perf_comp_gc, script/perf_diff, script/perf_diff_gc,
script/perf_loop, script/perf_prof, script/perf_run,
script/perf_run_gc, script/perf_times: scripts rewritten in ruby
2006-12-23 08:13 stkaes
* script/perf_loop: ruby version of obsoleted file
2006-12-03 09:46 stkaes
* Rakefile: set ENV['VERSION'] if not supplied
2006-12-03 09:41 stkaes
* Manifest, Manifest.txt, test/test_helper.rb: ensure rake test is
working
2006-12-03 09:37 stkaes
* BUGS, BUGS.txt, CHANGELOG, CHANGELOG.txt, GCPATCH, GCPATCH.txt,
History.txt, Manifest, Manifest.txt, README, README.txt: files
renamed
2006-12-03 09:34 stkaes
* BUGS.txt:
2006-12-03 09:23 stkaes
* ., BUGS, BUGS.txt, CHANGELOG.txt, GCPATCH, GCPATCH.txt,
History.txt, INSTALL, Manifest.txt, README, README.txt, Rakefile,
VERSION, bin, bin/railsbench, examples, install.rb,
lib/benchmark.rb, lib/gc_info.rb, lib/perf_info.rb,
lib/perf_utils.rb, lib/railsbench, lib/railsbench.rb,
lib/railsbench/benchmark.rb, lib/railsbench/gc_info.rb,
lib/railsbench/perf_info.rb, lib/railsbench/perf_utils.rb,
lib/railsbench/railsbenchmark.rb, lib/railsbench/version.rb,
lib/railsbench/write_headers_only.rb, lib/write_headers_only.rb,
script/perf_bench, script/perf_comp, script/perf_comp_gc,
script/perf_plot, script/perf_plot_gc, script/perf_run_gc,
script/perf_times, script/perf_times_gc, script/run_urls,
setup.rb, site-ruby, test, test/railsbench_test.rb,
test/test_helper.rb: gem support
|