Merge branch 'release/0.1.3'
This commit is contained in:
commit
3fc9158a24
1 changed files with 17 additions and 3 deletions
20
README.md
20
README.md
|
@ -7,14 +7,28 @@ Install
|
||||||
---------
|
---------
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get -d github.com/nobonobo/unqlitego
|
$ go get -d github.com/nobonobo/unqlitego
|
||||||
cd $GOPATH/src/github.com/nobonobo/unqlitego
|
$ make -C $GOPATH/src/github.com/nobonobo/unqlitego install
|
||||||
make install
|
```
|
||||||
|
|
||||||
|
Test
|
||||||
|
---------
|
||||||
|
```sh
|
||||||
|
$ go get github.com/r7kamura/gospel
|
||||||
|
$ make -C $GOPATH/src/github.com/nobonobo/unqlitego test
|
||||||
```
|
```
|
||||||
|
|
||||||
Benchmark
|
Benchmark
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ go get github.com/r7kamura/gospel
|
||||||
|
$ cd $GOPATH/src/github.com/nobonobo/unqlitego
|
||||||
|
$ go test -bench Bench*
|
||||||
|
```
|
||||||
|
|
||||||
|
Output:(Macbook Air 2011 mid)
|
||||||
|
|
||||||
```
|
```
|
||||||
BenchmarkFileStore 200000 9667 ns/op
|
BenchmarkFileStore 200000 9667 ns/op
|
||||||
BenchmarkFileFetch 500000 7928 ns/op
|
BenchmarkFileFetch 500000 7928 ns/op
|
||||||
|
|
Loading…
Reference in a new issue