Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 532 Bytes

README.markdown

File metadata and controls

18 lines (13 loc) · 532 Bytes

Haversine Benchmarks

Read about it: http://tjsingleton.name/2010/06/haversine-formula-in-ruby/.

gem install RubyInline

Benchmark Results

Rehearsal ------------------------------------------
Ruby    10.290000   0.080000  10.370000 ( 11.123243)
Inline   0.620000   0.010000   0.630000 (  0.662579)
-------------------------------- total: 11.000000sec

             user     system      total        real
Ruby    10.280000   0.090000  10.370000 ( 11.247408)
Inline   0.620000   0.000000   0.620000 (  0.679327)