mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-24 05:36:28 +00:00
Create test workload
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user