Sha256: c504b208ea6962a4c974f5137675f4ead22034f1c754271eeb34133ebe2145f4
Contents?: true
Size: 397 Bytes
Versions: 180
Compression:
Stored size: 397 Bytes
Contents
require 'active_support/testing/performance' module ActionDispatch # An integration test that runs a code profiler on your test methods. # Profiling output for combinations of each test method, measurement, and # output format are written to your tmp/performance directory. class PerformanceTest < ActionDispatch::IntegrationTest include ActiveSupport::Testing::Performance end end
Version data entries
180 entries across 141 versions & 18 rubygems