Skip to content

Commit

Permalink
*: rename to pd-tso-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
coocood committed Feb 14, 2017
1 parent 1754638 commit fdc2c7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ build:
rm -rf vendor && ln -s _vendor/vendor vendor
$(GO) build -ldflags '$(LDFLAGS)' -o bin/pd-server cmd/pd-server/main.go
$(GO) build -o bin/pd-ctl cmd/pd-ctl/main.go
$(GO) build -o bin/pd-bench cmd/pd-bench/main.go
$(GO) build -o bin/pd-tso-bench cmd/pd-tso-bench/main.go
rm -rf vendor

install:
Expand Down
File renamed without changes.

0 comments on commit fdc2c7e

Please sign in to comment.