File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
redis_benchmarks_specification/__runner__ Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -349,8 +349,6 @@ def run_multiple_clients(
349
349
)
350
350
351
351
# Start container (detached)
352
- import os
353
-
354
352
# Set working directory based on tool
355
353
working_dir = benchmark_tool_workdir
356
354
if "vector-db-benchmark" in client_tool :
@@ -483,8 +481,6 @@ def run_multiple_clients(
483
481
484
482
if successful_results :
485
483
# Try to read and aggregate JSON output files
486
- import json
487
- import os
488
484
489
485
aggregated_json = {}
490
486
memtier_json = None
@@ -1647,8 +1643,6 @@ def delete_temporary_files(
1647
1643
)
1648
1644
1649
1645
# Use explicit container management for single client
1650
- import os
1651
-
1652
1646
# Set working directory based on tool
1653
1647
working_dir = benchmark_tool_workdir
1654
1648
if "vector-db-benchmark" in benchmark_tool :
@@ -1821,7 +1815,6 @@ def delete_temporary_files(
1821
1815
)
1822
1816
elif "vector-db-benchmark" in benchmark_tool :
1823
1817
# For vector-db-benchmark, look for summary JSON file
1824
- import os
1825
1818
summary_files = [f for f in os .listdir (temporary_dir_client ) if f .endswith ("-summary.json" )]
1826
1819
if summary_files :
1827
1820
full_result_path = os .path .join (temporary_dir_client , summary_files [0 ])
You can’t perform that action at this time.
0 commit comments