Benchmark your CPU and compare against other CPUs. Also provides functions for obtaining system specifications, such as RAM, CPU type, and R version.

Examples

## Benchmark your system and compare
if (FALSE) {
res = benchmark_std()
upload_results(res)
plot(res)
}