MatthewWid / better-sse

⬆ Dead simple, dependency-less, spec-compliant server-sent events implementation for Node, written in TypeScript.
MIT License
485 stars 14 forks source link

Benchmarks setup #32

Closed MatthewWid closed 2 years ago

MatthewWid commented 2 years ago

Related to #31.

This PR adds the groundwork for adding a benchmarking suite using Benchmark.js and adds a singular simple benchmark comparing pushing an event using channels between better-sse and sse-channel.