Sha256: 9b9a269a2ff8a5381949565ba41b6948f77924ddef29edd9b804dd521bc147e8

Contents?: true

Size: 269 Bytes

Versions: 14

Compression:

Stored size: 269 Bytes

Contents

require 'helper'

#SimpleProfiler.results

class TestZZZPerformance < Test::Unit::TestCase
  context "Performance" do
  should "be within acceptable limits" do
    # Just a utility test for printing profiler results
    Profiler.results
    assert true
  end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
migrant-1.5.0 test/test_zzz_performance.rb
migrant-1.4.3 test/test_zzz_performance.rb
migrant-1.4.1 test/test_zzz_performance.rb
migrant-1.4.0 test/test_zzz_performance.rb
migrant-1.3.2 test/test_zzz_performance.rb
migrant-1.3.1 test/test_zzz_performance.rb
migrant-1.3.0 test/test_zzz_performance.rb
migrant-1.2.8 test/test_zzz_performance.rb
migrant-1.2.7 test/test_zzz_performance.rb
migrant-1.2.5 test/test_zzz_performance.rb
migrant-1.2.2 test/test_zzz_performance.rb
migrant-1.2.1 test/test_zzz_performance.rb
migrant-1.2.0 test/test_zzz_performance.rb
migrant-1.1.2 test/test_zzz_performance.rb