Sha256: 656835ccdac2f75ad55ed1ed4fa2189e3d6f4eac3e4bf9ec4d351299de4fa3e1

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

#!/usr/bin/env ruby
# encoding: UTF-8

require File.expand_path('../test_helper', __FILE__)

# --  Tests ----
class PrimeTest< Test::Unit::TestCase
  def test_consistency
    result = RubyProf.profile do
      run_primes
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-prof-0.11.0.rc3-x86-mingw32 test/prime_test.rb
ruby-prof-0.11.0.rc3 test/prime_test.rb
ruby-prof-0.11.0.rc2-x86-mingw32 test/prime_test.rb
ruby-prof-0.11.0.rc2 test/prime_test.rb
ruby-prof-0.11.0.rc1-x86-mingw32 test/prime_test.rb
ruby-prof-0.11.0.rc1 test/prime_test.rb