Create test workload

This commit is contained in:
Mubelotix
2025-08-25 11:43:11 +02:00
parent 78e98a4e6c
commit 8240b76267
10 changed files with 28 additions and 12 deletions

View File

@ -2,6 +2,8 @@ use clap::Parser;
use crate::common::{args::CommonArgs, logs::setup_logs};
mod workload;
/// Run tests from a workload
#[derive(Parser, Debug)]
pub struct TestDeriveArgs {