smarr / ReBenchDB

ReBenchDB records benchmark results and provides customizable reporting to track and analyze run-time performance of software programs.
MIT License
12 stars 6 forks source link

Remove use of Mustache Templates #144

Closed smarr closed 5 months ago

smarr commented 1 year ago

The processTemplate() function is based on Mustache, but we need EJS for some templates and should use it consistently for everything.

So, the templates should be adapted to use EJS so that we can remove Mustache and processTemplate() from the project.

smarr commented 5 months ago

This was completed with c44128cd2c8af6eaddb155acd103476737a6b9ab as part of #169.