From 54eaa5e216e2798b6748a6bbfbf112e0c518388a Mon Sep 17 00:00:00 2001 From: GDharmendra <35728569+GDharmendra@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:16:26 +0530 Subject: [PATCH] Update profiler --- script/performance/profiler | 1 + 1 file changed, 1 insertion(+) diff --git a/script/performance/profiler b/script/performance/profiler index d855ac8..ecb0cc6 100755 --- a/script/performance/profiler +++ b/script/performance/profiler @@ -1,3 +1,4 @@ #!/usr/bin/env ruby + require File.dirname(__FILE__) + '/../../config/boot' require 'commands/performance/profiler'