mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 14:07:56 -05:00
update some timings in rdr2 harness
This commit is contained in:
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
Changes are grouped by the date they are merged to the main branch of the repository and are ordered from newest to oldest. Dates use the ISO 8601 extended calendar date format, i.e. YYYY-MM-DD.
|
||||
|
||||
## 2024-12-04
|
||||
|
||||
- Update some timings in RDR2 harness.
|
||||
|
||||
## 2024-12-03
|
||||
|
||||
- Update encoding presets.
|
||||
|
||||
@@ -31,10 +31,8 @@ def run_benchmark():
|
||||
# Wait for game to load to main menu
|
||||
setup_start_time = time.time()
|
||||
exec_steam_run_command(STEAM_GAME_ID)
|
||||
time.sleep(65)
|
||||
time.sleep(80)
|
||||
|
||||
user.press("enter")
|
||||
time.sleep(3)
|
||||
# Press Z to enter settings
|
||||
user.press("z")
|
||||
time.sleep(3)
|
||||
|
||||
Reference in New Issue
Block a user