Skip to content

Instantly share code, notes, and snippets.

@johnmyleswhite
Last active August 29, 2015 14:06
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmyleswhite/14dbd928019669faef82 to your computer and use it in GitHub Desktop.
Save johnmyleswhite/14dbd928019669faef82 to your computer and use it in GitHub Desktop.
Benchmarking Resources

Papers

Benchmarking seems not to be a main focus of any specific academic field, although the problem has been addressed by many different groups in CS.

Some papers I found interesting:

By far the most basic (and in my mind the most interesting) of these papers is:

Libraries

Lots of people (including me) have written libraries for benchmarking functions. By far the most interesting I've seen is Bryan O'Sullivan's criterion library:

Other libraries I came across include:

Broad Principles

  • Does the benchmarking tool account for uncertainty?
  • Does the benchmarking tool extrapolate across inputs?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment