arewefastyet
arewefastyet copied to clipboard
arewefastyet.rs - benchmarking the Rust compiler
Arewefastyet
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.sh
Contributing
Any contribution there are welcome. To get started
git clone https://github.com/nindalf/arewefastyet
cd arewefastyet/site
npm install && npm run dev
and
cd arewefastyet/cmd
cargo build && cargo test
For now, contributions of benchmarks on different kinds of hardware is out of scope.