Restructure parking_lot wrappers

This commit is contained in:
2022-08-27 09:56:04 +02:00
parent 6e5516eaa7
commit 56b0604448
2 changed files with 118 additions and 178 deletions

View File

@@ -7,7 +7,7 @@ use criterion::BenchmarkId;
use criterion::Criterion;
use criterion::Throughput;
use rand::prelude::*;
use tracing_mutex::stdsync::TracingMutex;
use tracing_mutex::stdsync::tracing::Mutex as TracingMutex;
const SAMPLE_SIZES: [usize; 5] = [10, 30, 100, 300, 1000];