Remove dead code

This commit is contained in:
Mubelotix
2025-08-25 12:13:27 +02:00
parent 72b6b73a91
commit 0e25398d3e

View File

@ -14,9 +14,6 @@ use clap::Parser;
use crate::common::client::Client;
pub use workload::BenchWorkload;
pub fn default_http_addr() -> String {
"127.0.0.1:7700".to_string()
}
pub fn default_report_folder() -> String {
"./bench/reports/".into()
}