Skip to content

Instantly share code, notes, and snippets.

@rodonn
Forked from j-martens/urbanek-benchmark-25.R
Created January 23, 2016 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodonn/e4bace2fd5b02343668c to your computer and use it in GitHub Desktop.
Save rodonn/e4bace2fd5b02343668c 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