Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshuaulrich/microbenchmark

Infrastructure to accurately measure and compare the execution time of R expressions
https://github.com/joshuaulrich/microbenchmark

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Install from GitHub

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

```r
remotes::install_github("joshuaulrich/microbenchmark")
```

[![CRAN Status Badge](https://www.r-pkg.org/badges/version/microbenchmark)](https://cran.r-project.org/web/packages/microbenchmark)
[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/microbenchmark)](https://cran.rstudio.com/web/packages/microbenchmark/index.html)