Added functionality to add new hardware and benchmarks to tie to results (this may be moved to an admin panel later)

This commit is contained in:
2023-07-05 22:08:37 -04:00
parent 6c1c8bca0a
commit 291db231d5
8 changed files with 207 additions and 3 deletions

View File

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