Fix benchmarks

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/24/head
trivernis 2 years ago
parent f6a0bd7d7c
commit 8fc1a4eecc
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -3,7 +3,7 @@ use criterion::{criterion_group, criterion_main};
use criterion::{BatchSize, Criterion};
use std::io::Cursor;
use rmp_ipc::event::Event;
use bromine::event::Event;
use tokio::runtime::Runtime;
pub const EVENT_NAME: &str = "bench_event";

@ -1,7 +1,7 @@
use bromine::event::Event;
use criterion::{
black_box, criterion_group, criterion_main, BatchSize, BenchmarkId, Criterion, Throughput,
};
use rmp_ipc::event::Event;
pub const EVENT_NAME: &str = "bench_event";

Loading…
Cancel
Save