UL Procyon definition files let you to set up and run the benchmark with standard or custom settings. By default, these definition files are found in C:\Program Files\UL\Procyon\.
Video_editing.def
Use this definition file to run the UL Procyon Video Editing Benchmark with default settings. Using this definition file is the same as running the benchmark from the GUI.
<?xml version="1.0" encoding="UTF-8"?>
<benchmark>
<test_info>
<benchmark_tests>
<benchmark_test name="VideoEditingBenchmarkDefault" test_run_type="EXPLICIT" version="1.0" />
</benchmark_tests>
</test_info>
<application_info>
<selected_workloads>
<selected_workload name="VideoEditingBenchmarkDefault"/>
</selected_workloads>
</application_info>
</benchmark>Video_editing_custom.def
Modify this definition file to run the UL Procyon Video Editing Benchmark with custom settings. Note that custom benchmark runs only produce sub-scores, never an overall score.
<?xml version="1.0" encoding="UTF-8"?>
<benchmark>
<test_info>
<benchmark_tests>
<benchmark_test name="VideoEditingBenchmarkCustom" test_run_type="EXPLICIT" version="1.0" />
</benchmark_tests>
</test_info>
<application_info>
<selected_workloads>
<selected_workload name="VideoEditingCustom" />
</selected_workloads>
</application_info>
<settings>
<setting>
<name>wait_between_workloads</name>
<value>15</value><!-- seconds -->
</setting>
<setting>
<name>tempdir</name>
<value />
</setting>
</settings>
</benchmark>The table below lists the settings you can modify in the custom definition file.
| Setting | Explanation |
|---|---|
selected_workload_name | Add or remove workloads to the custom benchmark run |
wait_between_workloads | The time, in seconds, to wait between each workload run |
tempdir | Set the directory where the temporary workload data will be stored |