Started adding test model/routes/views; removed a bit of the old paradigm with tying results directly to hardware
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Result - database model for benchmark results
|
||||
class Result < Sequel::Model
|
||||
|
||||
many_to_one :hardware
|
||||
many_to_one :test
|
||||
many_to_one :benchmark
|
||||
|
||||
def formatted_score
|
||||
|
||||
Reference in New Issue
Block a user