o0Ignition0o / riir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Mozilla Public License 2.0


Languages

Language:C++ 57.5%Language:Rust 29.0%Language:Makefile 12.8%Language:C 0.7%