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