From 108cb54cb28e2381112726519e46cf0229ad197d Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Wed, 13 Mar 2019 07:42:50 +1000 Subject: [PATCH] Updated README on Performance Benchmarks --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1de9104..eb695de 100644 --- a/README.md +++ b/README.md @@ -61,11 +61,12 @@ Benchmarks run on a 11" Macbook with a 1.4Ghz Intel Core i7: ``` $ make bench ... -BenchmarkGet-4 50000 33185 ns/op 600 B/op 14 allocs/op -BenchmarkPut-4 100000 16757 ns/op 699 B/op 7 allocs/op +BenchmarkGet-4 300000 5065 ns/op 144 B/op 4 allocs/op +BenchmarkPut-4 100000 14640 ns/op 699 B/op 7 allocs/op ``` -* ~30,000 reads/sec +* ~30,000 reads/sec for non-active data +* ~180,000 reads/sec for active data * ~60,000 writes/sec ## License