diff options
| author | mat <github@matdoes.dev> | 2022-04-22 14:51:03 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-22 14:51:03 +0000 |
| commit | 7df6522489b17059a1033ff17245495aa39253d2 (patch) | |
| tree | 43bca844fd47f30f30088aa74c9a91bf91b61d1f | |
| parent | 67c6e333445686e5d7d128e433699ead3a31016a (diff) | |
| download | azalea-drasl-7df6522489b17059a1033ff17245495aa39253d2.tar.xz | |
remove irrelevant comment
| -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 { |
