mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-07 21:24:06 -05:00
* add readme and manifest yaml * initial harness * update scripts * update manifest * test disable duplicate code * add comma * read score from log file
17 lines
358 B
YAML
17 lines
358 B
YAML
friendly_name: "GravityMark"
|
|
executable: "gravitymark.py"
|
|
process_name: "GravityMark.exe"
|
|
disable_presentmon: true
|
|
output_dir: run
|
|
options:
|
|
- name: api
|
|
type: select
|
|
values:
|
|
- vulkan
|
|
- opengl
|
|
# - opengles # Linux only
|
|
- direct3d12
|
|
- direct3d11
|
|
# - metal # macOS only
|
|
tooltip: Select which Graphics API to use
|