R/benchmarkme-package.R

#' The benchmarkme package
#'
#' Benchmark your CPU and compare against other CPUs. Also provides
#' functions for obtaining system specifications, such as
#' RAM, CPU type, and R version.
#' @name benchmarkme-package
#' @aliases benchmarkme
#' @docType package
#' @author \email{csgillespie@gmail.com}
#' @keywords package
#' @seealso \url{https://github.com/csgillespie/benchmarkme}
#' @examples
#' ## Benchmark your system and compare
#' \dontrun{
#' res = benchmark_std()
#' upload_results(res)
#' plot(res)
#' }
NULL

Try the benchmarkme package in your browser

Any scripts or data that you put into this service are public.

benchmarkme documentation built on June 12, 2022, 5:06 p.m.