Skip to content

Instantly share code, notes, and snippets.

@pzaich
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save pzaich/d78bda7ff1a2383e3773 to your computer and use it in GitHub Desktop.

Select an option

Save pzaich/d78bda7ff1a2383e3773 to your computer and use it in GitHub Desktop.
performance comparison ESRI vs Bing
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