Sha256: 9e01b448c7ffdcdcc6202c5da72cb29adef32b7388fe1aa7618242ba3ef580be
Contents?: true
Size: 641 Bytes
Versions: 69
Compression:
Stored size: 641 Bytes
Contents
require 'active_support/testing/performance' require 'active_support/testing/default' module ActionController # 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. # # By default, process_time is measured and both flat and graph_html output # formats are written, so you'll have two output files per test method. class PerformanceTest < ActionController::IntegrationTest include ActiveSupport::Testing::Performance include ActiveSupport::Testing::Default end end
Version data entries
69 entries across 68 versions & 14 rubygems