Add single-benchmark execute, simplify compilation

This commit is contained in:
Sam Doiron
2022-04-13 11:14:23 -03:00
parent 45ddc00710
commit f6d1b56b4e
9 changed files with 281 additions and 65 deletions
-8
View File
@@ -22,14 +22,6 @@ def get_time_us
Process.clock_gettime(Process::CLOCK_MONOTONIC, :microsecond)
end
def render_row(charts)
charts.map do |chart|
io = StringIO.new
chart.render(io)
puts io
end
end
Benchmarks = Class.new do
def initialize
@by_name = {}