Skip to content

v0.8.0 - 2021-01-16

Choose a tag to compare

@HadrienG2 HadrienG2 released this 16 Jan 10:41

Added

  • Extracted "run under contention" part of contended_benchmark

Changed

  • Concurrent testing and benchmarking tools now used scoped threads, eliminating
    the need for Arc'ing shared data.
  • Since criterion has become good enough these days, this crate does not provide
    benchmarking tools anymore aside from the aforementioned one.
  • We now require Rust v1.36 because crossbeam does.