From a5d374c6e0c2970103c65ff3d2c5c561a37c5a5e Mon Sep 17 00:00:00 2001 From: Alexis Viscogliosi Date: Mon, 18 Nov 2019 12:40:16 +0100 Subject: [PATCH] doc: update readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index d8fe917..7553eaf 100644 --- a/readme.md +++ b/readme.md @@ -62,6 +62,9 @@ BenchmarkIngesterChannel_Push-8 1 1023322864 ns/op PASS ``` +Bulk push is faster than for loop on Push. +Hardware detail: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz + ### Thread Safety The driver itself isn't thread safe. You could use locks or channels to avoid crashes. @@ -100,6 +103,3 @@ func main() { } } ``` - -Bulk push is faster than for loop on Push. -Hardware detail: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz