From 541551cefe018212968da06690e385135b900094 Mon Sep 17 00:00:00 2001 From: zhannngchen Date: Wed, 17 Sep 2025 11:27:06 +0800 Subject: [PATCH] [bugfix]hicache bench_long_context.py run failed (#10523) --- benchmark/hicache/bench_long_context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/hicache/bench_long_context.py b/benchmark/hicache/bench_long_context.py index eed0ae5dc..a3656cef9 100644 --- a/benchmark/hicache/bench_long_context.py +++ b/benchmark/hicache/bench_long_context.py @@ -65,6 +65,7 @@ class ContextWorkloadGenerator(WorkloadGenerator): self.max_parallel = args.max_parallel self.logfile = args.log_file + self.enable_round_barrier = False def response_handler(self): while True: