From fefb2bed183475ecf35e5a6652b1bd46d65004aa Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Tue, 16 Dec 2014 21:51:19 +0100 Subject: [PATCH] Update README.md Update with new benchmark numbers after cache fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c425c24..ec0c47e 100644 --- a/README.md +++ b/README.md @@ -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