From 1b4abb747d37c919ff31279a5d5a65948f093245 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 3 Jan 2025 14:14:42 -0500 Subject: [PATCH] style: Add blank line for readability in benchmark.py --- benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index a144d1d0a..17f1732df 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -809,6 +809,7 @@ def run_test_real( coder.apply_updates() else: response = coder.run(with_message=instructions, preproc=False) + dur += time.time() - start if not no_aider: