Skip to content
This repository has been archived by the owner on Jun 10, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update with new benchmark numbers after cache fix.
  • Loading branch information
klauspost committed Dec 16, 2014
1 parent e33f90c commit fefb2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A fast in-memory http microservice for looking up MaxMind GeoIP2 and GeoLite2 da

This allows you to have your own IP to location lookup.

This implementation has been tested and handles more than 30,000(uncached)/70,000(cached) requests per second, and uses less than 100MB memory with no cache.
This implementation has been tested and handles more than 30,000(uncached)/110,000(cached) requests per second, and uses less than 100MB memory with no cache.

[![Build Status][1]][2]
[1]: https://travis-ci.org/klauspost/geoip-service.svg
Expand Down

0 comments on commit fefb2be

Please sign in to comment.