mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
update manifest files with output_dir
This commit is contained in:
@@ -22,8 +22,7 @@ tests:
|
||||
- name: tinytinaswonderland
|
||||
executable: "tinytinaswonderland.py"
|
||||
process_name: "Wonderlands.exe"
|
||||
asset_paths:
|
||||
- 'harness/tinytinaswonderland/run'
|
||||
output_dir: "run"
|
||||
```
|
||||
|
||||
__name__ : _(required)_ name of the test. This much match the name of a directory in the harness folder so the framework
|
||||
@@ -33,7 +32,7 @@ __executable__ : _(required)_ the entry point to the test harness. In this case
|
||||
|
||||
__process_name__ : _(required)_ The process name that should be the target for FPS recording (ex: PresentMon).
|
||||
|
||||
__asset_paths__: _(optional)_ list of files to aggregate copies of after a successful test run. If a directory path is
|
||||
__output_dir__: _(optional)_ Directory containing files to aggregate copies of after a successful test run. If a directory path is
|
||||
given, the contents are copied.
|
||||
|
||||
## Common Issues
|
||||
|
||||
@@ -3,8 +3,7 @@ executable: "tinytinaswonderland.py"
|
||||
process_name: "Wonderlands.exe"
|
||||
# default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different
|
||||
recording_delay: 75
|
||||
asset_paths:
|
||||
- "harness/tinytinaswonderland/run"
|
||||
output_dir: "run"
|
||||
options:
|
||||
- name: preset
|
||||
type: select
|
||||
|
||||
Reference in New Issue
Block a user