Memori
A highly precise benchmarking and profiling suite for Rust.

Quick Start
use ;
use HashSet;
let mut suite = new
.with_description;
// 2. Register competing functions
suite = suite
.add_function
.add_function;
// 3. Define benchmarking patterns (Scaling and Instant)
suite = suite
.add_bench
.add_bench;
// 4. Run the matrix and generate the HTML report!
suite.run_and_save?;
Ok
}
Usage
- Add
memorito yourCargo.tomldependencies - Write benchmarks using
FuncandBenchAPIs - Run your benchmarks and view results in
report.html
License
MIT