Test-unit-benchmark-0.1

Hi,

== Abstract

Test::Unit::Benchmark measures benchmarks of each test by Test::Unit.

% benchrb test/test-command.rb
Loaded suite [test/test-command.rb,
/home/rubikitch/ruby/test/unit/benchmark.rb]
Started

Finished in 9.405327 seconds.

2 tests, 2 assertions, 0 failures, 0 errors

Benchmark Result
2.6119 secs: TestAptSary#test_cache
6.7922 secs: TestAptSary#test_file

Because this program is very short, it is an easy example of AspectR,
aspect oriented programming for Ruby.

It is available at
http://www.rubyist.net/~rubikitch/computer/test-unit-benchmark/index.en.html

== What’s new

=== [2006/01/19] 0.1 released
Initial release

== Install
Before installing this program, install Devel::Which and AspectR.

Please execute the following commands.

ruby -ropen-uri -e
‘URI(“http://www.rubyist.net/~rubikitch/archive/test-unit-benchmark-0.1.tar.gz”).read.display’

test-unit-benchmark-0.1.tar.gz
tar xzvf test-unit-benchmark-0.1.tar.gz

When you failed, please download it from the next link.

((<test-unit-benchmark-0.1.tar.gz|URL:http://www.rubyist.net/~rubikitch/archive/test-unit-benchmark-0.1.tar.gz>))

Then, install it.

sudo ruby setup.rb