[model-gateway] bug fix on module name (#16332)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
use std::{collections::HashMap, sync::Arc};
|
||||
|
||||
use criterion::{black_box, criterion_group, criterion_main, BenchmarkId, Criterion};
|
||||
use sgl_model_gateway::core::{
|
||||
BasicWorkerBuilder, CircuitBreakerConfig, WorkerRegistry, WorkerType,
|
||||
};
|
||||
use smg::core::{BasicWorkerBuilder, CircuitBreakerConfig, WorkerRegistry, WorkerType};
|
||||
|
||||
// Helper to populate registry
|
||||
fn setup_registry(count: usize) -> Arc<WorkerRegistry> {
|
||||
|
||||
Reference in New Issue
Block a user