Unverified Commit 8a56b431 authored by Ying Sheng's avatar Ying Sheng Committed by GitHub
Browse files

[Bench] Flush cache before benchmarking (#2566)

parent e835a500
......@@ -924,6 +924,7 @@ async def benchmark(
f"are correctly specified. Error: {test_output.error}"
)
else:
requests.post(base_url + "/flush_cache")
print("Initial test run completed. Starting main benchmark run...")
time.sleep(1.5)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment