rename module
This commit is contained in:
parent
d31eb03ae2
commit
5f1bdbd372
2 changed files with 6 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/expectedsh/go-sonic
|
||||
module git.travisshears.com/travisshears/go-sonic
|
||||
|
||||
go 1.14
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Fork of https://github.com/expected-archives/go-sonic/tree/master#
|
||||
|
||||
---
|
||||
|
||||
[](https://godoc.org/github.com/expectedsh/go-sonic/sonic) [](https://go-lint.appspot.com/github.com/expectedsh/go-sonic/sonic)
|
||||
|
||||
## Go client for the sonic search backend
|
||||
|
|
@ -62,7 +66,7 @@ BenchmarkIngesterChannel_Push-8 1 1023322864 ns/op
|
|||
PASS
|
||||
```
|
||||
|
||||
Bulk push is faster than for loop on Push.
|
||||
Bulk push is faster than for loop on Push.
|
||||
Hardware detail: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz
|
||||
|
||||
### Thread Safety
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue