diff --git a/scripts/ci/e2e_benchmark.py b/scripts/ci/e2e_benchmark.py index a0a63b763..4fc900eb9 100644 --- a/scripts/ci/e2e_benchmark.py +++ b/scripts/ci/e2e_benchmark.py @@ -32,8 +32,6 @@ class BenchmarkRunner: for _ in range(num_requests): url = self.make_url(host, benchmark_name) - _ = requests.get(url) # warmup - start_time = time.time() response = requests.get(url) end_time = time.time()