Sha256: d20ad0bf0b6fe880a2917dcbba32fb77efd420c766057f14566f9a112704f92d
Contents?: true
Size: 233 Bytes
Versions: 117
Compression:
Stored size: 233 Bytes
Contents
# frozen_string_literal: true require_relative "../../config/environment" # Any benchmarking setup goes here... Benchmark.ips do |x| <%- reports.each do |report| -%> x.report("<%= report %>") { } <%- end -%> x.compare! end
Version data entries
117 entries across 111 versions & 10 rubygems