Reworked how test results get submitted
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
|       <h1>{{ test.title }}</h1> | ||||
|       <p>{{ test.description }}</p> | ||||
|       <ul> | ||||
|         {% for b in test.benchmarks %} | ||||
|         {% for b in test.benchmarks() %} | ||||
|           <li>{{ b.name }}</li> | ||||
|         {% endfor %} | ||||
|       </ul> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user