UL Procyon definition files let you to set up and run the benchmark with standard settings. By default, these definition files are found in C:\Program Files\UL\Procyon\.  

Video_playback_batterylife.def

Use this definition file to run the UL Procyon Battery Life 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="VideoPlaybackBatteryLifeBenchmarkDefault" test_run_type="EXPLICIT" version="1.0"/>
        </benchmark_tests>
    </test_info>
    <application_info>
        <selected_workloads>
            <selected_workload name="VideoPlaybackDefault"/>
        </selected_workloads>
    </application_info>
</benchmark>

Idle_batterylife.def

Use this definition file to run the UL Procyon Battery Life 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="IdleBatteryLifeBenchmarkDefault" test_run_type="EXPLICIT" version="1.0"/>
        </benchmark_tests>
    </test_info>
    <application_info>
        <selected_workloads>
            <selected_workload name="IdleDefault"/>
        </selected_workloads>
    </application_info>
</benchmark>