feat: Added a stress tester so we can benchmark the template rendering.

This commit is contained in:
Spencer Brower
2026-07-21 16:11:29 -04:00
parent 1856e29763
commit 5960d3686c
6 changed files with 275 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<li class="comment">
<strong>{{author}}</strong>
<time datetime="{{date}}">{{date | format}}</time>
<p>{{body}}</p>
</li>