Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (20 loc) · 876 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 876 Bytes

Avrio Benchmarks

Travis CI

This repo contains benchmarks for diffrent aspects or avrios code. First ensure you have installed rust and git Then run

sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
sudo apt-get install -y build-essential g++-8 gcc-8 git libboost-all-dev libssl1.0-dev cmake
git clone https://github.com/leocornelius/avrio_benchmarks
cd avrio_benchmarks
git submodule update --init --recursive

To run one specific benchmark run

cargo run --release --bin benchmark_name

eg cargo run --bin transaction

Wan't to see a diffrent aspect of the code benchmarked, tested or checked here? Open an issue asking for it to be added and i will see wht i can do. Alternativly if you know rust and can code it your self PR are allways welcome!