From 097cdeaac235eee14bd1bc59cfcab99c72996243 Mon Sep 17 00:00:00 2001 From: nharris-lmg <105814489+nharris-lmg@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:04:29 -0700 Subject: [PATCH] missing am write --- shadowofthetombraider/shadowofthetombraider.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shadowofthetombraider/shadowofthetombraider.py b/shadowofthetombraider/shadowofthetombraider.py index 7231c25..bfed8dc 100644 --- a/shadowofthetombraider/shadowofthetombraider.py +++ b/shadowofthetombraider/shadowofthetombraider.py @@ -131,6 +131,7 @@ def run_benchmark(): "end_time": seconds_to_milliseconds(test_end_time) } + am.create_manifest() write_report_json(LOG_DIR, "report.json", report)