This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d59a8aabce08c604ec1b58308a34002a25c048af
tree 5a85c4cf0a927bb5f67c57f3ebf5f8616ae8acb3
parent 10bbdf6981c7bd752d17260e3ae76d7a81a38d9f
tree 5a85c4cf0a927bb5f67c57f3ebf5f8616ae8acb3
parent 10bbdf6981c7bd752d17260e3ae76d7a81a38d9f
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Feb 11 06:41:19 -0800 2009 | |
| |
LICENCE | Wed Feb 11 06:36:06 -0800 2009 | |
| |
README | Thu May 29 20:07:09 -0700 2008 | |
| |
better-benchmark.gemspec | Wed Feb 11 06:40:12 -0800 2009 | |
| |
example.rb | Wed Feb 11 06:41:09 -0800 2009 | |
| |
lib/ | Wed Feb 11 06:35:52 -0800 2009 | |
| |
run-example | Tue May 20 06:06:07 -0700 2008 |
README
## Dependencies The R Project: http://www.r-project.org/ rsruby: http://web.kuicr.kyoto-u.ac.jp/~alexg/rsruby/ ## Usage result = Benchmark.compare_realtime { do_something_one_way }.with { do_it_another_way } Benchmark.report_on result See also example.rb for a more comprehensive example. ## Example Output .................... Set 1 mean: 0.484 s Set 1 std dev: 0.098 Set 2 mean: 0.469 s Set 2 std dev: 0.088 p.value: 0.601661885634415 W: 220.0 The difference (-3.2%) IS NOT statistically significant. ## Help, etc. irc.freenode.net#mathetes or http://mibbit.com/?server=irc.freenode.net&channel=%23mathetes ## Repository git clone git://github.com/Pistos/better-benchmark.git







