Skip to content

Instantly share code, notes, and snippets.

@wence-
Created April 28, 2015 12:37
Show Gist options
  • Select an option

  • Save wence-/6000c8e06d06fa575ab7 to your computer and use it in GitHub Desktop.

Select an option

Save wence-/6000c8e06d06fa575ab7 to your computer and use it in GitHub Desktop.
@disable_cache_lazy
@pytest.mark.benchmark(warmup=True, disable_gc=True)
def test_coffee_rhs(benchmark):
...
rhs = form_that_slows_down
call = lambda: assemble(rhs)
benchmark(call)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment