Skip to content

Commit

Permalink
Merge pull request #4718 from filecoin-project/feat/stats-update
Browse files Browse the repository at this point in the history
Update lotus-stats with a richer cli
  • Loading branch information
travisperson authored Nov 5, 2020
2 parents c966054 + bd4322f commit df7f13d
Show file tree
Hide file tree
Showing 6 changed files with 1,206 additions and 164 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ BINS+=lotus-bench

lotus-stats:
rm -f lotus-stats
go build -o lotus-stats ./cmd/lotus-stats
go build $(GOFLAGS) -o lotus-stats ./cmd/lotus-stats
go run github.com/GeertJohan/go.rice/rice append --exec lotus-stats -i ./build
.PHONY: lotus-stats
BINS+=lotus-stats
Expand Down
Loading

0 comments on commit df7f13d

Please sign in to comment.