bustle 0.5.1

Benchmarking harness for concurrent key-value collections
Documentation
[[bench]]
harness = false
name = "arc_mutex_std"

[[bench]]
harness = false
name = "arc_rwlock_std"
[dependencies.rand]
features = ["small_rng"]
version = "0.8"

[dependencies.scopeguard]
version = "1"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"
[dev-dependencies.num_cpus]
version = "1"

[dev-dependencies.tracing-subscriber]
version = "0.3.8"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["concurrency", "development-tools::profiling", "development-tools::testing"]
description = "Benchmarking harness for concurrent key-value collections"
edition = "2021"
keywords = ["concurrent", "benchmark", "harness"]
license = "Apache-2.0"
name = "bustle"
readme = "README.md"
repository = "https://github.com/jonhoo/bustle.git"
version = "0.5.1"