Skip to content

Latest commit

 

History

History

benchmark

Benchmarks

Setup

cd benchmark
npm i

Base

This benchmark tests a barebone http server.

$ npm run bench:base

dats

This benchmark tests a server that uses dats to send metrics.

$ npm run bench:dats

dats buffered

This benchmark tests a server that uses dats setup with a buffer to send metrics.

$ npm run bench:dats_buffered