Skip to content

PRL-PRG/benchmarkR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benchmarkR

The goal of benchmarkR is to analyze R benchmarks to give insights about what could influence their performance characteristics. For instance, loops and how much is executed in a loop.

Installation

You can install the development version of benchmarkR like so:

remotes::install_github("PRL-PRG/benchmarkR")

Example

This is a basic example which shows you how to solve a common problem:

library(benchmarkR)
## basic example code

About

Helper package to build good benchmarks for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published