Skip to content

Infrastructure to accurately measure and compare the execution time of R expressions

License

Notifications You must be signed in to change notification settings

harvey131/microbenchmark

 
 

Repository files navigation

microbenchmark

Infrastructure to accurately measure and compare the execution time of R expressions.

Install development version

From time to time I release development version to my private R package repository. To install from this repository run:

install.packages("microbenchmark", repos="http://olafmersmann.github.io/drat")

Install from GitHub

To install the bleeding edge version from GitHub run (requires the devtools package):

library("devtools")
install_github("olafmersmann/microbenchmark")

CRAN Status Badge CRAN Downloads

About

Infrastructure to accurately measure and compare the execution time of R expressions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 71.7%
  • C 12.2%
  • C++ 8.3%
  • M4 7.7%
  • Shell 0.1%