We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8687 % g -w 20 lib/benchmark/ips/report.rb 95: left.ljust(20) + (" - %s in %10.6fs" % [iters, runtime]) 97: left.ljust(20) + (" - %s" % iters) 103: left.ljust(20) + (" - %10d in %10.6fs" % [@iterations, runtime]) 105: left.ljust(20) + (" - %10d" % @iterations) 110: # Return header with padding if +@label+ is < length of 20. 113: @label.to_s.rjust(20) lib/benchmark/ips/job/stream_report.rb 51: # Add padding to label's right if label's length < 20, 52: # Otherwise add a new line and 20 whitespaces. 56: if label.size > 20 57: "#{label}\n#{' ' * 20}" 59: label.rjust(20)
for the love of all that is holy... please pull this up to a config value
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
for the love of all that is holy... please pull this up to a config value
The text was updated successfully, but these errors were encountered: