Reworked how test results get submitted

This commit is contained in:
Gregory Ballantine 2024-06-03 10:37:20 -04:00
parent 05b1374d1d
commit 9b575f8717

View File

@ -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>