Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 302 Bytes

File metadata and controls

25 lines (17 loc) · 302 Bytes

Setup

  1. Clone the project to GOPATH

    git clone https://github.com/blockfint/benchmark-tm
  2. Install dependency

    dep ensure
  3. Run via shell script (For development)

    ./run.sh
  4. Test

    go test ./test/ -v