From 1493b8703f968c2a5dea87994141a4eaba953e16 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 17 Dec 2024 16:18:09 -0800 Subject: [PATCH] fix: Skip unparseable results files in real test --- benchmark/benchmark.py | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index e6cf5a9d2..1e5125f97 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -595,6 +595,7 @@ def run_test_real( print(f"{results_fname} failed to parse, skipping") return + # TODO fnames = [] for fname in testdir.glob("*"): if (