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 2fd18d0108
commit d10425c0f7
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>