Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshuaulrich/microbenchmark
- Owner: joshuaulrich
- License: other
- Created: 2017-10-05T13:28:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T20:12:33.000Z (4 months ago)
- Last Synced: 2024-12-21T16:03:14.435Z (13 days ago)
- Language: R
- Homepage:
- Size: 307 KB
- Stars: 96
- Watchers: 5
- Forks: 24
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/security.md
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)