Create module for primitive types

This commit is contained in:
Joscha 2024-05-13 15:48:42 +02:00
parent bc8e2f46ab
commit 5a4784be56
5 changed files with 62 additions and 51 deletions

View file

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