Sha256: 2f9632c26904b7cbe3b554b5399cc74f27256e94ea51a241359297f10114c28e

Contents?: true

Size: 445 Bytes

Versions: 4

Compression:

Stored size: 445 Bytes

Contents

# frozen_string_literal: true

require 'jekyll'
require 'memory_profiler'

MemoryProfiler.report(allow_files: 'lib/jekyll-seo-tag') do
  Jekyll::PluginManager.require_from_bundler
  Jekyll::Commands::Build.process({
    "source"             => File.expand_path(ARGV[0]),
    "destination"        => File.expand_path("#{ARGV[0]}/_site"),
    "disable_disk_cache" => true,
  })
  puts ''
end.pretty_print(scale_bytes: true, normalize_paths: true)

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
jekyll-seo-tag-2.8.0 .github/workflows/scripts/memprof.rb
jekyll-soopr-seo-tag-2.7.3 .github/workflows/actions/memprof.rb
jekyll-seo-tag-2.7.1 .github/workflows/actions/memprof.rb
jekyll-seo-tag-2.7.0 .github/workflows/actions/memprof.rb