Added a details page for test results; added an API route for removing test results
This commit is contained in:
@ -53,6 +53,8 @@ fetchTestBenchmarkResults = (testId, benchmarkId) ->
|
||||
else
|
||||
tableRow.append('<td>N/a</td>')
|
||||
tableRow.append('<td>N/a</td>')
|
||||
|
||||
tableRow.append('<td><a href="/test/' + testId + '/results">Details</a></td>')
|
||||
catch error
|
||||
console.error 'An error occurred while fetching benchmark results.', error
|
||||
|
||||
|
Reference in New Issue
Block a user