bench_press icon indicating copy to clipboard operation
bench_press copied to clipboard

Abandoned. simple ruby benchmarking

Results 8 bench_press issues
Sort by recently updated
recently updated
newest added

String is no more an Enumerable

Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/LightWrite) robot that removes trailing white space in your code, and gives you a gitignore file if you didn't have one! Why whitespace?...

I wrote up this issue: https://github.com/sandro/bench_press/issues/9 Full disclosure: I've only tested this by hand. I could not get `rake spec` to work on my machine. I'm not sure what's up...

Existing code was giving exception on mac for Factor v2.1.0 ``` ruby bench_press-0.3.1/lib/bench_press/system_information.rb:77:in `mac?': undefined method `kernel' for Facter:Module (NoMethodError) ```

Hi, your current implementation of `formatted_number` does not work for numbers less than 1000. For example: ``` formatted_number(999) => nil ``` I see that your implementation borrows heavily from Rails:...

This was a great start. Have you thought of allowing people to submit their benchmark scripts? And providing a service that records different results? Maybe store something like: github or...

I'm on Archlinux with Ruby 1.9.1. After applying the patch in my fork: http://github.com/manveru/bench_press/commit/e0ff0dbbe752787cef5de6de2157f7f19bd4d578 I get this error when trying to publish. Haven't digged much further, might be an issue...

I like the web site! Newly found out about it. I think one important metric to skimming benchmarks is what version the interpreter is. I noticed the same test run...