# File benchmarks/comparison.rb, line 57
def ms a, b
	mod = "%0.2f"%(b/a)
	"#{b} (#{mod})"
end