fastify / point-of-view

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

chore(benchmark): remove `delay` dependency #410

Closed mweberxyz closed 5 months ago

mweberxyz commented 5 months ago

409 broke benchmark.js

delay@6 is ESM-only.

Let's just implement delay ourselves and remove the dependency.

Checklist