moved Tokio runtime from general dependency to dev dependency (#167)
* moved Tokio runtime from general dependency to dev dependency * reduced number of worker threads in tests
This commit is contained in:
@@ -167,8 +167,8 @@ pub(crate) fn benchmark_s3_api<ApiType, GlobalSetupFuture>(
|
||||
group.finish();
|
||||
}
|
||||
|
||||
pub(crate) fn skip_express_mode(bench_name: &str) -> bool {
|
||||
let skip = TestContext::new_from_env().client.is_minio_express();
|
||||
pub(crate) async fn skip_express_mode(bench_name: &str) -> bool {
|
||||
let skip = TestContext::new_from_env().client.is_minio_express().await;
|
||||
if skip {
|
||||
println!("Skipping benchmark '{}' (MinIO Express mode)", bench_name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user