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

@ -1,5 +1,3 @@
mod assets;
mod client;
mod command;
mod dashboard;
mod env_info;
@ -13,8 +11,8 @@ use std::path::PathBuf;
use anyhow::Context;
use clap::Parser;
use self::client::Client;
use self::workload::Workload;
use crate::common::client::Client;
pub fn default_http_addr() -> String {
"127.0.0.1:7700".to_string()