R Microbenchmark: How To Measure And Compare The Execution Of R Expressions
Are you still conducting runtime benchmarks in R through manual calls to `Sys.time()`? We don’t judge, but there’s a way more powerful and automated way to do the same – and more – with fewer lines of code. Meet R Microbenchmark – a package that compares the execution of your ...
