fix bench

This commit is contained in:
nora 2022-02-20 21:25:25 +01:00
parent c333f20531
commit cb73214bc3

View file

@ -1,5 +1,5 @@
use amqp_transport::methods; use amqp_core::methods::Method;
use amqp_transport::methods::{Method, RandomMethod}; use amqp_transport::methods::{self, RandomMethod};
use criterion::{black_box, criterion_group, criterion_main, Criterion}; use criterion::{black_box, criterion_group, criterion_main, Criterion};
use rand::SeedableRng; use rand::SeedableRng;