An open API service indexing awesome lists of open source software.

https://github.com/jruby/perfer


https://github.com/jruby/perfer

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Perfer - A benchmark tool for all rubies!

```text
Usage:
perfer [options] arguments

Commands:
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 format

are 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.