diff --git a/benchmark/benchmark-helper.coffee b/benchmark/benchmark-helper.coffee index 4cea25d70..c6086e7f3 100644 --- a/benchmark/benchmark-helper.coffee +++ b/benchmark/benchmark-helper.coffee @@ -18,6 +18,7 @@ $(document).on 'show-console', -> window.showConsole() window.pbenchmark = window.profile window.fpbenchmark = (description, fn) -> window.profile(description, fn, true) +window.pfbenchmark = window.fpbenchmark window.fbenchmark = (description, fn, profile) -> window.benchmark(description, fn, profile, true) window.profile = (description, fn, focused) ->