Reworked how test results get submitted
This commit is contained in:
parent
05b1374d1d
commit
9b575f8717
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user