summaryrefslogtreecommitdiff
path: root/obbenchlib/templates
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-31 21:17:52 +0200
committerLars Wirzenius <liw@liw.fi>2015-12-31 21:17:52 +0200
commit09db8e24089d8ac25da7286eef3c0c74b33139ad (patch)
treef0ecad9b7641b847c301bfd6fa9e7b593ad4abf9 /obbenchlib/templates
parent39a2a48338ce0b05ebb79db2bb0152050f3b5019 (diff)
downloadobnam-benchmarks-09db8e24089d8ac25da7286eef3c0c74b33139ad.tar.gz
Add spec for each benchmark on its HTML page
Diffstat (limited to 'obbenchlib/templates')
-rw-r--r--obbenchlib/templates/benchmark.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/obbenchlib/templates/benchmark.j2 b/obbenchlib/templates/benchmark.j2
index 1a723a1..de5c10a 100644
--- a/obbenchlib/templates/benchmark.j2
+++ b/obbenchlib/templates/benchmark.j2
@@ -34,5 +34,8 @@
</tr>
{% endfor %}
</table>
+
+ <h2>Spec file for this benchmark</h2>
+ <p><pre>{{ spec }}</pre></p>
</body>
</html>