Compare commits

..

No commits in common. "master" and "v1.0.0" have entirely different histories.

2 changed files with 2 additions and 6 deletions

2
go.mod
View file

@ -1,3 +1,3 @@
module git.travisshears.com/travisshears/go-sonic
module github.com/expectedsh/go-sonic
go 1.14

View file

@ -1,7 +1,3 @@
Fork of https://github.com/expected-archives/go-sonic/tree/master#
---
[![GoDoc](https://godoc.org/github.com/expectedsh/go-sonic/sonic?status.svg)](https://godoc.org/github.com/expectedsh/go-sonic/sonic) [![GoLint](https://img.shields.io/badge/golint-ok-green.svg)](https://go-lint.appspot.com/github.com/expectedsh/go-sonic/sonic)
## Go client for the sonic search backend
@ -66,7 +62,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