Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco authored Nov 18, 2019
1 parent a1b0a26 commit a5d374c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

0 comments on commit a5d374c

Please sign in to comment.