docs.rs failed to build memori-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
memori-0.1.7
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