Update Returnal start/end time marking (#28)

- Update strategies in Returnal test harness for start/end time marking
- Minor changes to logging in DOTA 2 and Total War test harnesses
This commit is contained in:
derek-hirotsu
2023-12-12 11:59:00 -08:00
committed by GitHub
parent 6716bdb122
commit a79fb5d8c8
4 changed files with 26 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ def run_benchmark():
result = kerasService.wait_for_word("fps", interval=0.5, timeout=100)
if not result:
logging.info("Benchmark didn't start.")
logging.info("Could not find FPS. Unable to mark start time!")
sys.exit(1)
test_start_time = time.time()