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,6 +1,6 @@
class Result < Sequel::Model
many_to_one :hardware
many_to_one :benchmarks
many_to_one :benchmark
end