benchmark_suite icon indicating copy to clipboard operation
benchmark_suite copied to clipboard

A set of enhancements to benchmark.rb

Results 2 benchmark_suite issues
Sort by recently updated
recently updated
newest added

- [x] ! manifest.txt with rename README.txt to README.md

The calling client requires the constructor takes two args ``` ruby if @report @reports[file] = @report @report = nil else @reports[file] = SimpleReport.new(start, fin) end ``` https://github.com/yangchenyun/benchmark_suite/blob/master/lib/benchmark/suite.rb#L101