Searched refs:assert_fit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/test/minitest/
H A Dtest_minitest_benchmark.rb43 assert_fit :exponential, x, y, 1.0, 1.1, 2.1
51 assert_fit :exponential, x, y, 0.95, 13.81148, -0.1820
58 assert_fit :linear, x, y, nil, 5.0, 0
66 assert_fit :linear, x, y, nil, 1.12, -0.04
74 assert_fit :linear, x, y, 1.0, 3.1, 2.2
82 assert_fit :linear, x, y, 0.8315, -7.9635, 0.1878
92 assert_fit :power, x, y, 1.0, 1.0, 2.0
101 assert_fit :power, x, y, 0.90, 2.6217, 1.4556
109 assert_fit :power, x, y, 0.96, 3.119e-5, 0.8959
112 def assert_fit ms method in class:TestMiniTestBenchmark
[all...]

Completed in 112 milliseconds