pub fn create_http_client_from_config(
config: &PerformanceConfig,
) -> HttpClientBuilderExpand description
Create HTTP client builder from performance config
This function creates an HttpClientBuilder pre-configured with settings
from the provided PerformanceConfig. The resulting client will include
automatic retry functionality.