Create module for primitive types
This commit is contained in:
parent
bc8e2f46ab
commit
5a4784be56
5 changed files with 62 additions and 51 deletions
|
|
@ -10,7 +10,8 @@ use tokio::sync::Notify;
|
|||
|
||||
use crate::{
|
||||
config::WorkerServerConfig,
|
||||
shared::{BenchMethod, FinishedRun, Measurement, Run, Source, UnfinishedRun},
|
||||
primitive::Source,
|
||||
shared::{BenchMethod, FinishedRun, Measurement, Run, UnfinishedRun},
|
||||
};
|
||||
|
||||
use super::server::Server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue