Last active
August 29, 2015 14:02
-
-
Save pzaich/d78bda7ff1a2383e3773 to your computer and use it in GitHub Desktop.
performance comparison ESRI vs Bing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cities = [] #1081 california cities | |
| t = Benchmark.realtime do | |
| cities.each { |c| Geocoder.coordinates(" #{c}, ca") } | |
| end | |
| t | |
| ## esri 349.3133 | |
| ## bing 204.9491 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment