[[bench]]
harness = false
name = "arc_mutex_std"
[[bench]]
harness = false
name = "arc_rwlock_std"
[badges.azure-devops]
build = "18"
pipeline = "bustle"
project = "jonhoo/jonhoo"
[badges.maintenance]
status = "experimental"
[dependencies.rand]
features = ["small_rng"]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
version = "0.2"
[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["concurrency", "development-tools::profiling", "development-tools::testing"]
description = "Benchmarking harness for concurrent key-value collections"
edition = "2018"
keywords = ["concurrent", "benchmark", "harness"]
license = "Apache-2.0"
name = "bustle"
readme = "README.md"
repository = "https://github.com/jonhoo/bustle.git"
version = "0.2.0"