runs the WolframMark benchmark.
SystemBenchmark["Notebook"]
generates a report notebook.
SystemBenchmark
runs the WolframMark benchmark.
SystemBenchmark["Notebook"]
generates a report notebook.
Details and Options
- SystemBenchmark is typically used to evaluate computer performance.
- SystemBenchmark[] gives benchmark results obtained by running the latest WolframMark benchmark.
- The overall result is computed as a geometric mean of the reciprocal of individual timings, normalized with respect to a reference system.
- The timings for the individual computations are measured with AbsoluteTiming.
- SystemBenchmark["Notebook"] runs the WolframMark benchmark and generates a report notebook.
- To submit your benchmark report, click the upload icon in the docked cell.
Examples
open all close allBasic Examples (2)
Scope (3)
Run the latest WolframMark benchmark:
res = SystemBenchmark[]res["MachineName"]res["Score"]res["Results"]SystemBenchmark["Notebook"][image]data = Tabular[SystemBenchmark[]["Results"], {"Tests", "Timings"}]PieChart[data -> "Timings", Rule[...]]BarChart[data -> "Timings", ...]Options (1)
PlotTheme (1)
Apply PlotTheme:
SystemBenchmark["Notebook", PlotTheme -> "LakeColors"][image]SystemBenchmark["Notebook", PlotTheme -> "Minimal"]See Also
History
Text
Wolfram Research (2025), SystemBenchmark, Wolfram Language function, https://reference.wolfram.com/language/ref/SystemBenchmark.html.
CMS
Wolfram Language. 2025. "SystemBenchmark." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SystemBenchmark.html.
APA
Wolfram Language. (2025). SystemBenchmark. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SystemBenchmark.html
BibTeX
@misc{reference.wolfram_2026_systembenchmark, author="Wolfram Research", title="{SystemBenchmark}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/SystemBenchmark.html}", note=[Accessed: 16-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_systembenchmark, organization={Wolfram Research}, title={SystemBenchmark}, year={2025}, url={https://reference.wolfram.com/language/ref/SystemBenchmark.html}, note=[Accessed: 16-June-2026]}
