Skip to content

Instantly share code, notes, and snippets.

@j-martens
Created July 13, 2015 16:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save j-martens/834b021ef69953d6ff2c to your computer and use it in GitHub Desktop.
Save j-martens/834b021ef69953d6ff2c to your computer and use it in GitHub Desktop.
MKL Performance Benchmark 2
# Run Simon Urbanek's benchmark v2.5
cat("R version\n")
cat("=========\n")
print(R.version)
if(exists("Revo.version")) {
cat("Revo version")
cat("============")
print(Revo.version)
}
totalTestTime <- system.time({
source(url("http://r.research.att.com/benchmarks/R-benchmark-25.R"))
})
cat("Total test time:", totalTestTime[[3]], "seconds")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment