Cinenbech を複数回実行し、結果を収集/表示するための Windows バッチ ファイル。
ここを右クリックしてバッチファイルをダウンロードします。スクリプトの先頭にあるCinebenchBatch
編集して、Cinebench 実行可能ファイルを配置した場所を指すようにします。例:
set CinebenchPath="c:miscprogsCinebenchR23Cinebench.exe"
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)
<runcount> - Number of times to run Cinebench.
cinebench_output.txt - Full STDOUT from Cinebench runs
cinebench_results.txt - Extracted single/multi-core results
デフォルトでは、バッチ ファイルはマルチコア テストのみを実行します。シングルコア テストを実行するには、バッチ ファイル内でg_CinebenchCpu1Test=true
を設定します。