Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@ CockroachDB (and on occasion, other databases).

# Building

`make build` will build all load generators. The binaries can be found
Please use the following steps to setup:

1. `go get -v github.com/golang/lint`
2. `go get -v github.com/kisielk/errcheck/internal/errcheck`
3. `go get -v github.com/kisielk/gotool`
4. Put "loadgen" aside with your cockroachdb source code like the following:

```
$ ls ~/go/src/github.com/cockroachdb
cockroach loadgen
```

5. `make build` will build all load generators. The binaries can be found
in the individual directories (`kv/kv`, `tpcc/tpcc`,`tpch/tpch`,
`ycsb/ycsb`, and `rand/rand`).

Expand Down