Added some linkage around the app between tests, benchmarks and hardware

This commit is contained in:
2025-06-23 18:56:19 -04:00
parent 5394959880
commit ebd5337a6c
4 changed files with 55 additions and 1 deletions

View File

@ -38,7 +38,7 @@ fetchTestBenchmarkResults = (testId, benchmarkId) ->
tableRow = $("#results-table tr[data-benchmark-id=#{benchmarkId}]")
tableRow.empty()
tableRow.append('<td>' + benchmarkData.name + '</td>')
tableRow.append('<td><a href="/benchmark/' + benchmarkData.id + '">' + benchmarkData.name + '</a></td>')
tableRow.append('<td>' + benchmarkData.scoring + '</td>')
tableRow.append('<td>' + resultData.length + '</td>')