Skip to content

Windows batch file for running Cinebench multiple times and collecting the results

License

Notifications You must be signed in to change notification settings

horshack-dpreview/CinebenchBatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CinebenchBatch

Windows batch file for running Cinenbech multiple times and collecting/displaying the results.

Installation

Download the batch file by right-clicking here. Edit the CinebenchBatch at the top of the script so that it points to where you've placed the Cinebench executable. Example:

set CinebenchPath="c:\miscprogs\CinebenchR23\Cinebench.exe"

Sample Output

C:\>CinebenchBatch 3

Cinebench Run #1 of 3...
Cinebench Run #2 of 3...
Cinebench Run #3 of 3...

Cinebench results:
------------------
CB 6258.00 (0.00)
CB 6351.49 (0.00)
CB 6334.17 (0.00)

Command Line Options

<runcount>    - Number of times to run Cinebench.

Output

cinebench_output.txt - Full STDOUT from Cinebench runs
cinebench_results.txt - Extracted single/multi-core results

Batch Options

By default the batch file runs only the multi-core test. To run the single-core test set the g_CinebenchCpu1Test=true inside the batch file.

About

Windows batch file for running Cinebench multiple times and collecting the results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published