From 56e15c5ace0f42e85fa610582e0e136dc1574256 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Wed, 7 Oct 2020 18:47:29 +0530 Subject: [PATCH] Profile allocations from `lib/jekyll.rb` as well --- .github/workflows/actions/memprof.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions/memprof.rb b/.github/workflows/actions/memprof.rb index a713c679..f54186c1 100644 --- a/.github/workflows/actions/memprof.rb +++ b/.github/workflows/actions/memprof.rb @@ -3,7 +3,7 @@ require 'jekyll' require 'memory_profiler' -MemoryProfiler.report(allow_files: 'lib/jekyll/') do +MemoryProfiler.report(allow_files: ['lib/jekyll/', 'lib/jekyll.rb']) do Jekyll::PluginManager.require_from_bundler Jekyll::Commands::Build.process({ "source" => File.expand_path(ARGV[0]),