evanphx / benchmark-ips

Provides iteration per second benchmarking for Ruby
MIT License
1.72k stars 97 forks source link

Support keyword arguments #38

Closed kirs closed 9 years ago

kirs commented 9 years ago

I think Benchmark.ips(time: 10.seconds, warmup: true, quiet: true) should be better readable. @evanphx

evanphx commented 9 years ago

No problem with the idea but can you please change the test to not use 1.9 only syntax? This gem still supports 1.8.

evanphx commented 9 years ago

@kirs Any update on this?