Added functionality to add a benchmark result

This commit is contained in:
2023-07-05 23:39:08 -04:00
parent 691e2e9b1e
commit 7655b75410
6 changed files with 142 additions and 2 deletions

View File

@ -1,3 +1,4 @@
require_relative 'index'
require_relative 'hardware'
require_relative 'benchmark'
require_relative 'result'