/riir

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

RIIR

This library allows me to benchmark and test C++ and Rust code before submitting pull requests.

More information on how to use it can be found on Youtube: https://www.youtube.com/watch?v=dUnGnZMPIuE

Using it requires a working version of Rust, a recent c++ compiler, as well as Google Test and Google Benchmarks.

Usage

make test # runs all the tests
make bencher # runs all the benchmarks