Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Last active November 14, 2017 09:39
Show Gist options
  • Save verajosemanuel/b8aa3b33c81ffa545ab91c7b3e2e0a5d to your computer and use it in GitHub Desktop.
Save verajosemanuel/b8aa3b33c81ffa545ab91c7b3e2e0a5d to your computer and use it in GitHub Desktop.
#microbenchmark in #R
mb <- microbenchmark(function_1(df), function_2(df), function_3(df), function_4(df))
library(ggplot2)
autoplot(mb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment