remove irrelevant comment

This commit is contained in:
mat 2022-04-22 14:51:03 +00:00
parent 67c6e33344
commit 7df6522489

View file

@ -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 {