Flowdock

frozen_string_literal: true


frozen_string_literal: true


frozen_string_literal: true

Constants

FRAMEWORK_NAMES = Hash.new { |h, k| k.split(/(?<=active|action)/).map(&:capitalize).join(" ") }

FRAMEWORKS = %w( activesupport activemodel activerecord actionview actionpack activejob actionmailer actioncable activestorage actionmailbox actiontext railties )

APP_PATH = File.expand_path("test/dummy/config/application", ENGINE_ROOT)

RECORDS = (ENV["BENCHMARK_RECORDS"] || TIME * 1000).to_i

TIME = (ENV["BENCHMARK_TIME"] || 20).to_i

COMPONENT_ROOT = File.expand_path("..", __dir__)

Attributes

Show files where this class is defined (30 files)
Register or log in to add new notes.