Skip to content

Wrapper for microbenchmark to nicely run it on multiple inputs and plot.

License

Notifications You must be signed in to change notification settings

m0nhawk/bigobenchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigobenchmark

Wrapper for microbenchmark to nicely run it on multiple inputs and plot.

Install from GitHub

# library("devtools")
devtools::install_github("m0nhawk/bigobenchmark")

Usage

library("bigobenchmark")
# currently the function SHOULD include parameter `n`
bench <- bigobenchmark(1:n, for(i in 1:n) for(i in 1:n) 1:n, args=seq(from=1, to=100, length.out = 50))
autoplot(bench)

About

Wrapper for microbenchmark to nicely run it on multiple inputs and plot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%