Skip to content

nindalf/arewefastyet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arewefastyet

This repo is split into 3 parts

  • site powers the dashboard on arewefastyet.rs, as well as the FAQ
  • data has the data powering those dashboards, stored in JSON.
  • cmd is 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.