diff options
| -rwxr-xr-x | azalea-nbt/benches/my_benchmark.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |
