2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-23 03:42:09 +00:00
Files
hana/benchmark/plot.rb
2014-07-07 12:05:38 -04:00

6 lines
148 B
Ruby
Executable File

require 'benchcc'
time_output, memusg_output, *inputs = ARGV
Benchcc::plot_time(time_output, *inputs)
Benchcc::plot_memusg(memusg_output, *inputs)