Change references for the fixed version to vitalif/hsbench

master
Vitaliy Filippov 2020-08-13 16:27:20 +03:00
parent 9aa3faee81
commit 3d74b32057
1 changed files with 5 additions and 4 deletions

View File

@ -37,14 +37,15 @@ To leverage this tool, the following prerequisites apply:
The easiest way to install hsbench is to use go's built in github support: The easiest way to install hsbench is to use go's built in github support:
``` ```
go get github.com/markhpc/hsbench go get github.com/vitalif/hsbench
``` ```
Then in the hsbench src directory run 'go build': Then just use `~/go/bin/hsbench`.
If you want to patch and rebuild it, run `go build` or `go install` in the hsbench src directory:
``` ```
$ pwd $ cd ~/go/src/github.com/vitalif/hsbench
/home/perf/go/src/github.com/markhpc/hsbench
$ go build $ go build
``` ```