This repo is split into 3 parts
sitepowers the dashboard on arewefastyet.rs, as well as the FAQdatahas the data powering those dashboards, stored in JSON.cmdis a CLI written in Rust that collects that data.
If you'd like to reproduce these benchmarks, run this
git clone https://github.com/nindalf/arewefastyet
cd arewefastyet/
./collect_samples.shAny contribution there are welcome. To get started
git clone https://github.com/nindalf/arewefastyet
cd arewefastyet/site
npm install && npm run devand
cd arewefastyet/cmd
cargo build && cargo testFor now, contributions of benchmarks on different kinds of hardware is out of scope.