mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 22:18:00 -05:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user