Skip to content

v0.1.0 - 2017-04-04

Choose a tag to compare

@HadrienG2 HadrienG2 released this 10 Feb 09:58

Added

  • Microbenchmarking hack for stable Rust, which satisfies different tradeoffs
    than the de facto standards of Criterion and unstable #[bench].
  • Sister API to microbenchmark how multi-threaded pressure affects the
    performance of a synchronization primitive.
  • Testing tool to evaluate if a synchronization primitive keeps behaving
    correctly under multi-threaded pressure of one or two adversaries.
  • Release to crates.io under LGPLv3 license.