From 7df6522489b17059a1033ff17245495aa39253d2 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 22 Apr 2022 14:51:03 +0000 Subject: remove irrelevant comment --- azalea-nbt/benches/my_benchmark.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/azalea-nbt/benches/my_benchmark.rs b/azalea-nbt/benches/my_benchmark.rs index df619c3d..51e574e3 100755 --- a/azalea-nbt/benches/my_benchmark.rs +++ b/azalea-nbt/benches/my_benchmark.rs @@ -28,7 +28,6 @@ fn bench_serialize(filename: &str, c: &mut Criterion) { group.throughput(Throughput::Bytes(decoded_src.len() as u64)); - // idk if this is criterion's fault or rust's fault but the async benchmark doesn't compile group.bench_function("Decode", |b| { b.to_async(tokio::runtime::Runtime::new().unwrap()) .iter(|| async { -- cgit v1.2.3