Skip to content
07-848 2005

Corona 10 Benchmark

Command-Line Options

This article provides a list of command-line options used with the Corona Benchmark.

Last updated 13 January 2026

This article provides a list of command-line options used with the Corona Benchmark.

The table below lists all command-line options that the Corona Benchmark can be used with:

Option

Alias

Description

Option

Alias

Description

--start

-s

Runs the Benchmark without the need to press the "Start" button.

--repeat=<num-of-times>

-r

Runs the Benchmark a given number of times and prints average, minimum, and maximum statistics to the console. If not given, not the average, but final statistics of one run of Benchmark is printed to the console.

--save=<directory>

Saves the results of the Benchmark to the given directory (created if doesn't exist). In combination with --repeat argument, saves the statistics on each run and the final average of statistics (average of the scores and the CPU frequencies per run).

--submit

In combination with --repeat submits the average statistics.

--stressTest

Runs the Benchmark infinitely without the possibility to submit results.

--help

-h

Prints help information.

--version

Shows application version and information.

Examples

Run the Benchmark and start rendering without the need to press the "Start" button:

Windows:

<code data-v-c2b1f83f=""><span data-v-c2b1f83f="" class="line">Corona-Benchmark-2023-06-23.exe --start </span></code>

macOS:

<code data-v-c2b1f83f=""><span data-v-c2b1f83f="" class="line">open -a "Corona Benchmark" --args --start</span></code>

Run the Benchmark, start rendering without the need to press the "Start" button, repeat the benchmarking process 3 times, and save the results of each run (including the minimum, maximum, and the final average of the scores) to the specified folder:

Windows:

<code data-v-c2b1f83f=""><span data-v-c2b1f83f="" class="line">Corona-Benchmark-2023-06-23.exe --start --repeat="3" --save="C:\CoronaBenchmark"</span></code>

macOS:

<code data-v-c2b1f83f=""><span data-v-c2b1f83f="" class="line">open -a "Corona Benchmark" --args --start --repeat="3" --save="/Users/_username_/Documents"</span></code>