doc: update readme

This commit is contained in:
Alexis Viscogliosi 2019-11-18 12:40:16 +01:00 committed by GitHub
parent a1b0a26c69
commit a5d374c6e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,9 @@ BenchmarkIngesterChannel_Push-8 1 1023322864 ns/op
PASS PASS
``` ```
Bulk push is faster than for loop on Push.
Hardware detail: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
### Thread Safety ### Thread Safety
The driver itself isn't thread safe. You could use locks or channels to avoid crashes. 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