diff --git a/7z/README.md b/7z/README.md index 7f9853d..29cba7a 100644 --- a/7z/README.md +++ b/7z/README.md @@ -25,10 +25,7 @@ tests: - name: furmark executable: "furmark.py" process_name: "FurMark.exe" - asset_paths: - - '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' + output_dir: "run" args: - "/nogui" - "/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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/7z/manifest.yaml b/7z/manifest.yaml index e857e45..e19d1da 100644 --- a/7z/manifest.yaml +++ b/7z/manifest.yaml @@ -2,5 +2,4 @@ friendly_name: "7-Zip" executable: "7zip.py" process_name: "7zr.exe" disable_presentmon: true -asset_paths: - - "harness/7z/run" +output_dir: "run" diff --git a/F1_22/manifest.yaml b/F1_22/manifest.yaml index ad3e8be..86ede4f 100644 --- a/F1_22/manifest.yaml +++ b/F1_22/manifest.yaml @@ -2,8 +2,7 @@ friendly_name: "F1_22" executable: "f1.py" process_name: "F1_22.exe" hidden: 0 -asset_paths: - - "harness/F1_22/run" +output_dir: "run" options: - name: kerasHost type: input diff --git a/F1_23/manifest.yaml b/F1_23/manifest.yaml index b9a39f9..9f7efc7 100644 --- a/F1_23/manifest.yaml +++ b/F1_23/manifest.yaml @@ -2,8 +2,7 @@ friendly_name: "F1_23" executable: "f1_23.py" process_name: "F1_23.exe" hidden: 0 -asset_paths: - - "harness/F1_23/run" +output_dir: "run" options: - name: kerasHost type: input diff --git a/acvalhalla/README.md b/acvalhalla/README.md index f2a592e..33aaa1c 100644 --- a/acvalhalla/README.md +++ b/acvalhalla/README.md @@ -24,7 +24,7 @@ Below is an example use of this harness as a test in a benchmark configuration. tests: - name: acvalhalla executable: "acvalhalla.py" - asset_paths: + output_dir: - 'harness/acvalhalla/run' args: - "--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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/acvalhalla/manifest.yaml b/acvalhalla/manifest.yaml index 9054af3..db9fd87 100644 --- a/acvalhalla/manifest.yaml +++ b/acvalhalla/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "Assassins Creed Valhalla" executable: "acvalhalla.py" process_name: "ACValhalla.exe" -asset_paths: - - "harness/acvalhalla/run" +output_dir: "run" options: - name: preset type: select diff --git a/aida64gpgpu/manifest.yaml b/aida64gpgpu/manifest.yaml index 7fe0209..caf29b6 100644 --- a/aida64gpgpu/manifest.yaml +++ b/aida64gpgpu/manifest.yaml @@ -3,5 +3,4 @@ executable: "aida64gpgpu.py" process_name: "aida64.exe" disable_presentmon: true hidden: 1 -asset_paths: - - "harness/aida64gpgpu/run" +output_dir: "run" diff --git a/atomic_heart/manifest.yaml b/atomic_heart/manifest.yaml index 2740233..0ac30cf 100644 --- a/atomic_heart/manifest.yaml +++ b/atomic_heart/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "Atomic Heart" executable: "atomicheart.py" process_name: "AtomicHeart-Win64-Shipping.exe" -asset_paths: - - "harness/atomic_heart/run" +output_dir: "run" options: - name: kerasHost type: input diff --git a/blenderbenchmark/manifest.yaml b/blenderbenchmark/manifest.yaml index e1bc0d1..4022bef 100644 --- a/blenderbenchmark/manifest.yaml +++ b/blenderbenchmark/manifest.yaml @@ -3,8 +3,7 @@ executable: "blender.py" process_name: "blender.exe" disable_presentmon: true hidden: 0 -asset_paths: - - "harness/blenderbenchmark/run" +output_dir: "run" options: - name: scene type: select diff --git a/cinebenchr23/README.md b/cinebenchr23/README.md index 587af65..0e9d131 100644 --- a/cinebenchr23/README.md +++ b/cinebenchr23/README.md @@ -23,7 +23,7 @@ tests: name: "cinebenchr23" executable: "cinebench.py" process_name: "Cinebench.exe" - asset_paths: + output_dir: - "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). -__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. diff --git a/cinebenchr23/manifest.yaml b/cinebenchr23/manifest.yaml index 0531324..9b1840e 100644 --- a/cinebenchr23/manifest.yaml +++ b/cinebenchr23/manifest.yaml @@ -3,8 +3,7 @@ executable: "cinebench.py" process_name: "Cinebench.exe" disable_presentmon: true hidden: 1 -asset_paths: - - "harness/cinebenchr23/run" +output_dir: "run" options: - name: test type: select diff --git a/csgo/README.md b/csgo/README.md index 8408193..e34adb8 100644 --- a/csgo/README.md +++ b/csgo/README.md @@ -33,7 +33,7 @@ tests: - name: csgo executable: "csgo.py" process_name: "csgo" - asset_paths: + output_dir: - 'harness/csgo/run' 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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/csgo/manifest.yaml b/csgo/manifest.yaml index f917bab..21eb0f5 100644 --- a/csgo/manifest.yaml +++ b/csgo/manifest.yaml @@ -3,8 +3,7 @@ executable: "csgo.py" 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 recording_delay: 80 -asset_paths: - - "harness/csgo/run" +output_dir: "run" options: - name: preset type: select diff --git a/cyberpunk2077/manifest.yaml b/cyberpunk2077/manifest.yaml index 70faac0..82aa968 100644 --- a/cyberpunk2077/manifest.yaml +++ b/cyberpunk2077/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "Cyberpunk2077" executable: "cyberpunk2077.py" process_name: "Cyberpunk2077.exe" -asset_paths: - - "harness/cyberpunk2077/run" +output_dir: "run" options: - name: kerasHost type: input diff --git a/farcry6/manifest.yaml b/farcry6/manifest.yaml index 1ac110a..909e134 100644 --- a/farcry6/manifest.yaml +++ b/farcry6/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "Far Cry 6" executable: "farcry6.py" process_name: "FarCry6.exe" -asset_paths: - - "harness/farcry6/run" +output_dir: "run" options: - name: preset type: select diff --git a/flac/README.md b/flac/README.md index 7f9853d..2fd8e36 100644 --- a/flac/README.md +++ b/flac/README.md @@ -25,7 +25,7 @@ tests: - name: furmark executable: "furmark.py" 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_0001.txt' - '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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/flac/manifest.yaml b/flac/manifest.yaml index be79784..47f3624 100644 --- a/flac/manifest.yaml +++ b/flac/manifest.yaml @@ -2,5 +2,4 @@ friendly_name: "WAV-FLAC Encoding" executable: "flac.py" process_name: "encode-flac.bat" disable_presentmon: true -asset_paths: - - "harness/flac/run" +output_dir: "run" diff --git a/forza5/README.md b/forza5/README.md index b8f8160..55e6389 100644 --- a/forza5/README.md +++ b/forza5/README.md @@ -22,7 +22,7 @@ tests: - name: forza5 executable: "forza5.py" process_name: "ForzaHorizon5.exe" - asset_paths: + output_dir: - '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). -__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 diff --git a/forza5/manifest.yaml b/forza5/manifest.yaml index 2022f09..ffd753e 100644 --- a/forza5/manifest.yaml +++ b/forza5/manifest.yaml @@ -3,8 +3,7 @@ executable: "forza5.py" 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 recording_delay: 75 -asset_paths: - - "harness/forza5/run" +output_dir: "run" options: - name: preset type: select diff --git a/furmark/README.md b/furmark/README.md index 7f9853d..2fd8e36 100644 --- a/furmark/README.md +++ b/furmark/README.md @@ -25,7 +25,7 @@ tests: - name: furmark executable: "furmark.py" 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_0001.txt' - '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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/furmark/manifest.yaml b/furmark/manifest.yaml index 77a322a..1bc791f 100644 --- a/furmark/manifest.yaml +++ b/furmark/manifest.yaml @@ -3,5 +3,4 @@ executable: "furmark.py" process_name: "FurMark.exe" disable_presentmon: true hidden: 1 -asset_paths: - - "harness/furmark/run" +output_dir: "run" diff --git a/hitman3/manifest.yaml b/hitman3/manifest.yaml index d0907c8..814501f 100644 --- a/hitman3/manifest.yaml +++ b/hitman3/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "Hitman 3" executable: "hitman3.py" process_name: "HITMAN3.exe" -asset_paths: - - "harness/hitman3/run" +output_dir: "run" options: - name: preset type: select diff --git a/msflightsimulator/README.md b/msflightsimulator/README.md index ca738ef..cf57bb8 100644 --- a/msflightsimulator/README.md +++ b/msflightsimulator/README.md @@ -22,7 +22,7 @@ tests: - name: msflightsimulator executable: "msflightsimulator.py" process_name: "FlightSimulator.exe" - asset_paths: + output_dir: - '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). -__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 diff --git a/msflightsimulator/manifest.yaml b/msflightsimulator/manifest.yaml index 5e0bd82..2cca13d 100644 --- a/msflightsimulator/manifest.yaml +++ b/msflightsimulator/manifest.yaml @@ -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 recording_delay: 160 hidden: 1 -asset_paths: - - "harness/msflightsimulator/run" +output_dir: "run" options: - name: preset type: select diff --git a/msikombuster/README.md b/msikombuster/README.md index 5d5fcfd..d5a675f 100644 --- a/msikombuster/README.md +++ b/msikombuster/README.md @@ -25,7 +25,7 @@ tests: - name: msikombuster executable: "msikombuster.py" process_name: "MSI-Kombuster-x64.exe" - asset_paths: + output_dir: - '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). -__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. diff --git a/msikombuster/manifest.yaml b/msikombuster/manifest.yaml index 3e22ca1..951f6b8 100644 --- a/msikombuster/manifest.yaml +++ b/msikombuster/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "MSI Kombuster" executable: "msikombuster.py" process_name: "MSI-Kombustor-x64.exe" -asset_paths: - - "harness/msikombuster/run" +output_dir: "run" options: - name: test type: select diff --git a/overwatch/manifest.yaml b/overwatch/manifest.yaml index 9fa97fe..eaddebe 100644 --- a/overwatch/manifest.yaml +++ b/overwatch/manifest.yaml @@ -2,8 +2,7 @@ friendly_name: "Overwatch" executable: "overwatch.py" process_name: "Overwatch.exe" hidden: 1 -asset_paths: - - "harness/overwatch/run" +output_dir: "run" options: - name: preset type: select diff --git a/reddeadredemption2/README.md b/reddeadredemption2/README.md index 8703d94..dc2876a 100644 --- a/reddeadredemption2/README.md +++ b/reddeadredemption2/README.md @@ -22,7 +22,7 @@ tests: - name: reddeadredemption2 executable: "reddeadredemption2.py" process_name: "RDR2.exe" - asset_paths: + output_dir: - '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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/reddeadredemption2/manifest.yaml b/reddeadredemption2/manifest.yaml index ca5a0e8..8c90eb4 100644 --- a/reddeadredemption2/manifest.yaml +++ b/reddeadredemption2/manifest.yaml @@ -2,8 +2,7 @@ friendly_name: "Red Dead Redemption 2" executable: "reddeadredemption2.py" process_name: "RDR2.exe" hidden: 0 -asset_paths: - - "harness/reddeadredemption2/run" +output_dir: "run" options: - name: preset type: select diff --git a/returnal/manifest.yaml b/returnal/manifest.yaml index fffb636..ba065c2 100644 --- a/returnal/manifest.yaml +++ b/returnal/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "Returnal" executable: "returnal.py" process_name: "Returnal-Win64-Shipping.exe" -asset_paths: - - "harness/returnal/run" +output_dir: "run" options: - name: kerasHost type: input diff --git a/shadowofthetombraider/README.md b/shadowofthetombraider/README.md index cdcfdb3..3d5ff92 100644 --- a/shadowofthetombraider/README.md +++ b/shadowofthetombraider/README.md @@ -26,8 +26,7 @@ tests: - name: shadowofthetombraider executable: "shadowofthetombraider.py" process_name: "SOTTR.exe" - asset_paths: - - 'harness/shadowofthetombraider/run' + output_dir: "run" args: - "--preset medium" - "--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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/shadowofthetombraider/manifest.yaml b/shadowofthetombraider/manifest.yaml index 7f9b398..f801069 100644 --- a/shadowofthetombraider/manifest.yaml +++ b/shadowofthetombraider/manifest.yaml @@ -3,8 +3,7 @@ executable: "shadowofthetombraider.py" 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 recording_delay: 60 -asset_paths: - - "harness/shadowofthetombraider/run" +output_dir: "run" options: - name: preset type: select diff --git a/specviewperf/README.md b/specviewperf/README.md index 7f9853d..29cba7a 100644 --- a/specviewperf/README.md +++ b/specviewperf/README.md @@ -25,10 +25,7 @@ tests: - name: furmark executable: "furmark.py" process_name: "FurMark.exe" - asset_paths: - - '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' + output_dir: "run" args: - "/nogui" - "/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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/specviewperf/manifest.yaml b/specviewperf/manifest.yaml index 8c09386..a95172b 100644 --- a/specviewperf/manifest.yaml +++ b/specviewperf/manifest.yaml @@ -3,5 +3,4 @@ executable: "specviewperf.py" disable_presentmon: true hidden: 1 process_name: "viewperf.exe" -asset_paths: - - "harness/specviewperf/run" +output_dir: "run" diff --git a/superposition/manifest.yaml b/superposition/manifest.yaml index 0164104..5fb3c6c 100644 --- a/superposition/manifest.yaml +++ b/superposition/manifest.yaml @@ -2,8 +2,7 @@ friendly_name: "Unigine Superposition" executable: "superposition.py" process_name: "superposition.exe" hidden: 1 -asset_paths: - - "harness/superposition/run" +output_dir: "run" options: - name: api type: select diff --git a/the_last_of_us_part_i/manifest.yaml b/the_last_of_us_part_i/manifest.yaml index f18ace3..84fd16c 100644 --- a/the_last_of_us_part_i/manifest.yaml +++ b/the_last_of_us_part_i/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "The Last of Us Part I" executable: "the_last_of_us_part_i.py" process_name: "tlou-i.exe" -asset_paths: - - "harness/the_last_of_us_part_i/run" +output_dir: "run" options: - name: kerasHost type: input diff --git a/tinytinaswonderland/README.md b/tinytinaswonderland/README.md index ee411cc..3255d29 100644 --- a/tinytinaswonderland/README.md +++ b/tinytinaswonderland/README.md @@ -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 diff --git a/tinytinaswonderland/manifest.yaml b/tinytinaswonderland/manifest.yaml index 8562d5b..c6011ca 100644 --- a/tinytinaswonderland/manifest.yaml +++ b/tinytinaswonderland/manifest.yaml @@ -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 diff --git a/total_war_warhammer_iii/manifest.yaml b/total_war_warhammer_iii/manifest.yaml index ec6147c..6fb96d6 100644 --- a/total_war_warhammer_iii/manifest.yaml +++ b/total_war_warhammer_iii/manifest.yaml @@ -1,8 +1,7 @@ friendly_name: "Total War: Warhammer 3" executable: "twwh3.py" process_name: "warhammer3.exe" -asset_paths: - - "harness/total_war_warhammer_iii/run" +output_dir: "run" options: - name: kerasHost type: input diff --git a/ycruncher/README.md b/ycruncher/README.md index 7f9853d..29cba7a 100644 --- a/ycruncher/README.md +++ b/ycruncher/README.md @@ -25,10 +25,7 @@ tests: - name: furmark executable: "furmark.py" process_name: "FurMark.exe" - asset_paths: - - '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' + output_dir: "run" args: - "/nogui" - "/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). -__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. __args__ : _(optional)_ list of arguments to be appended to the command to execute. All the arguments will be passed to diff --git a/ycruncher/manifest.yaml b/ycruncher/manifest.yaml index dd821eb..53198e3 100644 --- a/ycruncher/manifest.yaml +++ b/ycruncher/manifest.yaml @@ -2,5 +2,4 @@ friendly_name: "Y-Cruncher" executable: "ycruncher.py" process_name: "y-cruncher.exe" disable_presentmon: true -asset_paths: - - "harness/ycruncher/run" +output_dir: "run"