diff --git a/tools/benchmark_snapshot_admin_performance_v1.py b/tools/benchmark_snapshot_admin_performance_v1.py index ecfbed6..9eae5fe 100644 --- a/tools/benchmark_snapshot_admin_performance_v1.py +++ b/tools/benchmark_snapshot_admin_performance_v1.py @@ -18,7 +18,7 @@ from typing import Dict, List, Tuple import sys # Config -ADMIN_URL = "http://localhost:5000/api/v1" +ADMIN_URL = "http://localhost:5000/api" TABLES = [ "positions", "data_feed",