mirror of
https://github.com/boostorg/hana.git
synced 2026-02-23 03:42:09 +00:00
6 lines
148 B
Ruby
Executable File
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) |