Skip to content

Instantly share code, notes, and snippets.

@taylonr
Last active July 8, 2016 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taylonr/da5fd7c02959d48de9020811c57ff88a to your computer and use it in GitHub Desktop.
Save taylonr/da5fd7c02959d48de9020811c57ff88a to your computer and use it in GitHub Desktop.
BencheeMacro
defmodule MyMacros do
defmacro benchee(suite, name, function) do
quote do
benchee.benchmark(unquote(suite), unquote(name), unquote(function))
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment