benchmarkme-package {benchmarkme}R Documentation

The benchmarkme package

Description

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

Author(s)

csgillespie@gmail.com

See Also

https://github.com/csgillespie/benchmarkme

Examples

## Benchmark your system and compare
## Not run: 
res = benchmark_std()
upload_results(res)
plot(res)

## End(Not run)

[Package benchmarkme version 1.0.8 Index]