https://github.com/jruby/perfer
https://github.com/jruby/perfer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jruby/perfer
- Owner: jruby
- License: mit
- Created: 2012-07-02T14:59:16.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T06:04:54.000Z (over 5 years ago)
- Last Synced: 2025-04-15T06:14:04.711Z (2 months ago)
- Language: Ruby
- Size: 204 KB
- Stars: 31
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfer - A benchmark tool for all rubies!
```text
Usage:
perfer [options] argumentsCommands:
run files+ - run with current ruby
report files+ - show the results
config reset - reset the configuration file to the defaults (or create it)
help - show this help
results
path files+ - show the paths to the result files
rm,delete files+ - remove the result files
rewrite files+ - rewrite the result files in the latest formatare a set of benchmark files
Common options:
-t TIME Minimal time to run (greater usually improve accuracy)
-m N Numbers of measurements per job
-v Verbose
-h, --help Show this help
```See [The GSoC project](http://www.google-melange.com/gsoc/project/google/gsoc2012/eregon/6315045034131456) for more details.
And the [Wiki](https://github.com/jruby/perfer/wiki).
## Current status
This is a work in progress, 0.1.1 is a preview release.