liar

Crates.ioliar
lib.rsliar
version0.5.0
sourcesrc
created_at2017-07-09 20:07:02.307264
updated_at2018-04-04 04:32:50.761737
descriptionFlexible, stand-alone benchmarking.
homepage
repositoryhttps://github.com/ranweiler/liar
max_upload_size
id22776
size19,606
Joe Ranweiler (ranweiler)

documentation

README

Liar

Liar is a Rust library to support writing benchmark suites as stand-alone binaries.

The project goals are:

  • Support reuse of benchmarks across both standard OS and embedded/#![no_std] targets.
  • Enable benchmark execution on a target with post-hoc analysis of raw data on a host.
  • Let users control how benchmarks are executed, what data are reported, and the means of reporting.
  • Compile with stable Rust.

License

Liar is released under the ISC License. The implementations of black_box are derived from the bencher and Rust libtest crates, which we use under the MIT license.

Commit count: 91

cargo fmt