mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 05:05:03 +01:00
fix bench
This commit is contained in:
parent
c333f20531
commit
cb73214bc3
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use amqp_transport::methods;
|
||||
use amqp_transport::methods::{Method, RandomMethod};
|
||||
use amqp_core::methods::Method;
|
||||
use amqp_transport::methods::{self, RandomMethod};
|
||||
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
||||
use rand::SeedableRng;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue