update manifest files with output_dir

This commit is contained in:
Derek Hirotsu
2023-09-07 15:49:46 -07:00
parent a46021215c
commit 1c7f1cf555
41 changed files with 55 additions and 93 deletions

View File

@@ -25,10 +25,7 @@ tests:
- name: furmark - name: furmark
executable: "furmark.py" executable: "furmark.py"
process_name: "FurMark.exe" process_name: "FurMark.exe"
asset_paths: output_dir: "run"
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.xml'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\FurMark_0001.txt'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.csv'
args: args:
- "/nogui" - "/nogui"
- "/nomenubar" - "/nomenubar"
@@ -49,7 +46,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -2,5 +2,4 @@ friendly_name: "7-Zip"
executable: "7zip.py" executable: "7zip.py"
process_name: "7zr.exe" process_name: "7zr.exe"
disable_presentmon: true disable_presentmon: true
asset_paths: output_dir: "run"
- "harness/7z/run"

View File

@@ -2,8 +2,7 @@ friendly_name: "F1_22"
executable: "f1.py" executable: "f1.py"
process_name: "F1_22.exe" process_name: "F1_22.exe"
hidden: 0 hidden: 0
asset_paths: output_dir: "run"
- "harness/F1_22/run"
options: options:
- name: kerasHost - name: kerasHost
type: input type: input

View File

@@ -2,8 +2,7 @@ friendly_name: "F1_23"
executable: "f1_23.py" executable: "f1_23.py"
process_name: "F1_23.exe" process_name: "F1_23.exe"
hidden: 0 hidden: 0
asset_paths: output_dir: "run"
- "harness/F1_23/run"
options: options:
- name: kerasHost - name: kerasHost
type: input type: input

View File

@@ -24,7 +24,7 @@ Below is an example use of this harness as a test in a benchmark configuration.
tests: tests:
- name: acvalhalla - name: acvalhalla
executable: "acvalhalla.py" executable: "acvalhalla.py"
asset_paths: output_dir:
- 'harness/acvalhalla/run' - 'harness/acvalhalla/run'
args: args:
- "--preset medium" - "--preset medium"
@@ -38,7 +38,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -1,8 +1,7 @@
friendly_name: "Assassins Creed Valhalla" friendly_name: "Assassins Creed Valhalla"
executable: "acvalhalla.py" executable: "acvalhalla.py"
process_name: "ACValhalla.exe" process_name: "ACValhalla.exe"
asset_paths: output_dir: "run"
- "harness/acvalhalla/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -3,5 +3,4 @@ executable: "aida64gpgpu.py"
process_name: "aida64.exe" process_name: "aida64.exe"
disable_presentmon: true disable_presentmon: true
hidden: 1 hidden: 1
asset_paths: output_dir: "run"
- "harness/aida64gpgpu/run"

View File

@@ -1,8 +1,7 @@
friendly_name: "Atomic Heart" friendly_name: "Atomic Heart"
executable: "atomicheart.py" executable: "atomicheart.py"
process_name: "AtomicHeart-Win64-Shipping.exe" process_name: "AtomicHeart-Win64-Shipping.exe"
asset_paths: output_dir: "run"
- "harness/atomic_heart/run"
options: options:
- name: kerasHost - name: kerasHost
type: input type: input

View File

@@ -3,8 +3,7 @@ executable: "blender.py"
process_name: "blender.exe" process_name: "blender.exe"
disable_presentmon: true disable_presentmon: true
hidden: 0 hidden: 0
asset_paths: output_dir: "run"
- "harness/blenderbenchmark/run"
options: options:
- name: scene - name: scene
type: select type: select

View File

@@ -23,7 +23,7 @@ tests:
name: "cinebenchr23" name: "cinebenchr23"
executable: "cinebench.py" executable: "cinebench.py"
process_name: "Cinebench.exe" process_name: "Cinebench.exe"
asset_paths: output_dir:
- "harness/cinebenchr23/run" - "harness/cinebenchr23/run"
``` ```
@@ -34,7 +34,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). __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. given, the contents are copied.

View File

@@ -3,8 +3,7 @@ executable: "cinebench.py"
process_name: "Cinebench.exe" process_name: "Cinebench.exe"
disable_presentmon: true disable_presentmon: true
hidden: 1 hidden: 1
asset_paths: output_dir: "run"
- "harness/cinebenchr23/run"
options: options:
- name: test - name: test
type: select type: select

View File

@@ -33,7 +33,7 @@ tests:
- name: csgo - name: csgo
executable: "csgo.py" executable: "csgo.py"
process_name: "csgo" process_name: "csgo"
asset_paths: output_dir:
- 'harness/csgo/run' - 'harness/csgo/run'
args: args:
- "" - ""
@@ -46,7 +46,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -3,8 +3,7 @@ executable: "csgo.py"
process_name: "csgo.exe" process_name: "csgo.exe"
# default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different # default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different
recording_delay: 80 recording_delay: 80
asset_paths: output_dir: "run"
- "harness/csgo/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -1,8 +1,7 @@
friendly_name: "Cyberpunk2077" friendly_name: "Cyberpunk2077"
executable: "cyberpunk2077.py" executable: "cyberpunk2077.py"
process_name: "Cyberpunk2077.exe" process_name: "Cyberpunk2077.exe"
asset_paths: output_dir: "run"
- "harness/cyberpunk2077/run"
options: options:
- name: kerasHost - name: kerasHost
type: input type: input

View File

@@ -1,8 +1,7 @@
friendly_name: "Far Cry 6" friendly_name: "Far Cry 6"
executable: "farcry6.py" executable: "farcry6.py"
process_name: "FarCry6.exe" process_name: "FarCry6.exe"
asset_paths: output_dir: "run"
- "harness/farcry6/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -25,7 +25,7 @@ tests:
- name: furmark - name: furmark
executable: "furmark.py" executable: "furmark.py"
process_name: "FurMark.exe" process_name: "FurMark.exe"
asset_paths: output_dir:
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.xml' - 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.xml'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\FurMark_0001.txt' - 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\FurMark_0001.txt'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.csv' - 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.csv'
@@ -49,7 +49,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -2,5 +2,4 @@ friendly_name: "WAV-FLAC Encoding"
executable: "flac.py" executable: "flac.py"
process_name: "encode-flac.bat" process_name: "encode-flac.bat"
disable_presentmon: true disable_presentmon: true
asset_paths: output_dir: "run"
- "harness/flac/run"

View File

@@ -22,7 +22,7 @@ tests:
- name: forza5 - name: forza5
executable: "forza5.py" executable: "forza5.py"
process_name: "ForzaHorizon5.exe" process_name: "ForzaHorizon5.exe"
asset_paths: output_dir:
- 'harness/forza5/run' - 'harness/forza5/run'
``` ```
@@ -33,7 +33,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). __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. given, the contents are copied.
## Common Issues ## Common Issues

View File

@@ -3,8 +3,7 @@ executable: "forza5.py"
process_name: "forzahorizon5.exe" process_name: "forzahorizon5.exe"
# default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different # 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 recording_delay: 75
asset_paths: output_dir: "run"
- "harness/forza5/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -25,7 +25,7 @@ tests:
- name: furmark - name: furmark
executable: "furmark.py" executable: "furmark.py"
process_name: "FurMark.exe" process_name: "FurMark.exe"
asset_paths: output_dir:
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.xml' - 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.xml'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\FurMark_0001.txt' - 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\FurMark_0001.txt'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.csv' - 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.csv'
@@ -49,7 +49,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -3,5 +3,4 @@ executable: "furmark.py"
process_name: "FurMark.exe" process_name: "FurMark.exe"
disable_presentmon: true disable_presentmon: true
hidden: 1 hidden: 1
asset_paths: output_dir: "run"
- "harness/furmark/run"

View File

@@ -1,8 +1,7 @@
friendly_name: "Hitman 3" friendly_name: "Hitman 3"
executable: "hitman3.py" executable: "hitman3.py"
process_name: "HITMAN3.exe" process_name: "HITMAN3.exe"
asset_paths: output_dir: "run"
- "harness/hitman3/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -22,7 +22,7 @@ tests:
- name: msflightsimulator - name: msflightsimulator
executable: "msflightsimulator.py" executable: "msflightsimulator.py"
process_name: "FlightSimulator.exe" process_name: "FlightSimulator.exe"
asset_paths: output_dir:
- 'harness/msflightsimulator/run' - 'harness/msflightsimulator/run'
``` ```
@@ -33,7 +33,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). __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. given, the contents are copied.
## Common Issues ## Common Issues

View File

@@ -4,8 +4,7 @@ process_name: "FlightSimulator.exe"
# default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different # default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different
recording_delay: 160 recording_delay: 160
hidden: 1 hidden: 1
asset_paths: output_dir: "run"
- "harness/msflightsimulator/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -25,7 +25,7 @@ tests:
- name: msikombuster - name: msikombuster
executable: "msikombuster.py" executable: "msikombuster.py"
process_name: "MSI-Kombuster-x64.exe" process_name: "MSI-Kombuster-x64.exe"
asset_paths: output_dir:
- 'harness/msikombuster/run' - 'harness/msikombuster/run'
``` ```
@@ -36,7 +36,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). __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. given, the contents are copied.

View File

@@ -1,8 +1,7 @@
friendly_name: "MSI Kombuster" friendly_name: "MSI Kombuster"
executable: "msikombuster.py" executable: "msikombuster.py"
process_name: "MSI-Kombustor-x64.exe" process_name: "MSI-Kombustor-x64.exe"
asset_paths: output_dir: "run"
- "harness/msikombuster/run"
options: options:
- name: test - name: test
type: select type: select

View File

@@ -2,8 +2,7 @@ friendly_name: "Overwatch"
executable: "overwatch.py" executable: "overwatch.py"
process_name: "Overwatch.exe" process_name: "Overwatch.exe"
hidden: 1 hidden: 1
asset_paths: output_dir: "run"
- "harness/overwatch/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -22,7 +22,7 @@ tests:
- name: reddeadredemption2 - name: reddeadredemption2
executable: "reddeadredemption2.py" executable: "reddeadredemption2.py"
process_name: "RDR2.exe" process_name: "RDR2.exe"
asset_paths: output_dir:
- 'harness/reddeadredemption2/run' - 'harness/reddeadredemption2/run'
``` ```
@@ -33,7 +33,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -2,8 +2,7 @@ friendly_name: "Red Dead Redemption 2"
executable: "reddeadredemption2.py" executable: "reddeadredemption2.py"
process_name: "RDR2.exe" process_name: "RDR2.exe"
hidden: 0 hidden: 0
asset_paths: output_dir: "run"
- "harness/reddeadredemption2/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -1,8 +1,7 @@
friendly_name: "Returnal" friendly_name: "Returnal"
executable: "returnal.py" executable: "returnal.py"
process_name: "Returnal-Win64-Shipping.exe" process_name: "Returnal-Win64-Shipping.exe"
asset_paths: output_dir: "run"
- "harness/returnal/run"
options: options:
- name: kerasHost - name: kerasHost
type: input type: input

View File

@@ -26,8 +26,7 @@ tests:
- name: shadowofthetombraider - name: shadowofthetombraider
executable: "shadowofthetombraider.py" executable: "shadowofthetombraider.py"
process_name: "SOTTR.exe" process_name: "SOTTR.exe"
asset_paths: output_dir: "run"
- 'harness/shadowofthetombraider/run'
args: args:
- "--preset medium" - "--preset medium"
- "--resolution 1920,1080 - "--resolution 1920,1080
@@ -40,7 +39,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -3,8 +3,7 @@ executable: "shadowofthetombraider.py"
process_name: "SOTTR.exe" process_name: "SOTTR.exe"
# default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different # default recording delay to reduce capturing menus during setup, this should be revisited every test bench as loading times may be different
recording_delay: 60 recording_delay: 60
asset_paths: output_dir: "run"
- "harness/shadowofthetombraider/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -25,10 +25,7 @@ tests:
- name: furmark - name: furmark
executable: "furmark.py" executable: "furmark.py"
process_name: "FurMark.exe" process_name: "FurMark.exe"
asset_paths: output_dir: "run"
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.xml'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\FurMark_0001.txt'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.csv'
args: args:
- "/nogui" - "/nogui"
- "/nomenubar" - "/nomenubar"
@@ -49,7 +46,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -3,5 +3,4 @@ executable: "specviewperf.py"
disable_presentmon: true disable_presentmon: true
hidden: 1 hidden: 1
process_name: "viewperf.exe" process_name: "viewperf.exe"
asset_paths: output_dir: "run"
- "harness/specviewperf/run"

View File

@@ -2,8 +2,7 @@ friendly_name: "Unigine Superposition"
executable: "superposition.py" executable: "superposition.py"
process_name: "superposition.exe" process_name: "superposition.exe"
hidden: 1 hidden: 1
asset_paths: output_dir: "run"
- "harness/superposition/run"
options: options:
- name: api - name: api
type: select type: select

View File

@@ -1,8 +1,7 @@
friendly_name: "The Last of Us Part I" friendly_name: "The Last of Us Part I"
executable: "the_last_of_us_part_i.py" executable: "the_last_of_us_part_i.py"
process_name: "tlou-i.exe" process_name: "tlou-i.exe"
asset_paths: output_dir: "run"
- "harness/the_last_of_us_part_i/run"
options: options:
- name: kerasHost - name: kerasHost
type: input type: input

View File

@@ -22,8 +22,7 @@ tests:
- name: tinytinaswonderland - name: tinytinaswonderland
executable: "tinytinaswonderland.py" executable: "tinytinaswonderland.py"
process_name: "Wonderlands.exe" process_name: "Wonderlands.exe"
asset_paths: output_dir: "run"
- 'harness/tinytinaswonderland/run'
``` ```
__name__ : _(required)_ name of the test. This much match the name of a directory in the harness folder so the framework __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). __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. given, the contents are copied.
## Common Issues ## Common Issues

View File

@@ -3,8 +3,7 @@ executable: "tinytinaswonderland.py"
process_name: "Wonderlands.exe" 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 # 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 recording_delay: 75
asset_paths: output_dir: "run"
- "harness/tinytinaswonderland/run"
options: options:
- name: preset - name: preset
type: select type: select

View File

@@ -1,8 +1,7 @@
friendly_name: "Total War: Warhammer 3" friendly_name: "Total War: Warhammer 3"
executable: "twwh3.py" executable: "twwh3.py"
process_name: "warhammer3.exe" process_name: "warhammer3.exe"
asset_paths: output_dir: "run"
- "harness/total_war_warhammer_iii/run"
options: options:
- name: kerasHost - name: kerasHost
type: input type: input

View File

@@ -25,10 +25,7 @@ tests:
- name: furmark - name: furmark
executable: "furmark.py" executable: "furmark.py"
process_name: "FurMark.exe" process_name: "FurMark.exe"
asset_paths: output_dir: "run"
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.xml'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\FurMark_0001.txt'
- 'C:\Program Files (x86)\Geeks3D\Benchmarks\FurMark\furmark-gpu-monitoring.csv'
args: args:
- "/nogui" - "/nogui"
- "/nomenubar" - "/nomenubar"
@@ -49,7 +46,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). __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. given, the contents are copied.
__args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to

View File

@@ -2,5 +2,4 @@ friendly_name: "Y-Cruncher"
executable: "ycruncher.py" executable: "ycruncher.py"
process_name: "y-cruncher.exe" process_name: "y-cruncher.exe"
disable_presentmon: true disable_presentmon: true
asset_paths: output_dir: "run"
- "harness/ycruncher/run"