doc: update readme
This commit is contained in:
parent
a1b0a26c69
commit
a5d374c6e0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue