fastify / point-of-view

Template rendering plugin for Fastify
MIT License
341 stars 86 forks source link

chore: add benchmarking script, additional benchmarks #407

Closed mweberxyz closed 7 months ago

mweberxyz commented 7 months ago

Implements npm run benchmark and adds additional benchmarks to help catch regressions/improvements

Example usage

% npm run benchmark

> @fastify/view@8.2.0 benchmark
> node benchmark.js

express.js: 24266.67 req/s
fastify.js: 96245.34 req/s
fastify-twig.js: 86080 req/s
fastify-ejs-async.js: 104426.67 req/s
fastify-ejs-with-layout.js: 89322.67 req/s

Checklist

mweberxyz commented 7 months ago

Just pushed a light refactoring and added benchmarks for all supported engines - requesting re-review.