evanphx / benchmark-ips

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

Make the label column width configurable #136

Open evanphx opened 9 months ago

evanphx commented 9 months ago

Within the code, Benchmark::IPS.options[:width] = 40 or via the OS env IPS_WIDTH=40 ruby my_benchmark.rb

Closes #131