mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
This pull request adds the report tool and modifies the loadtime libraries to better support its use.
(cherry picked from commit 8655080a0f)
Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
This commit is contained in:
co-authored by
William Banfield
parent
6ed1bb96d7
commit
d9fd26ce93
@@ -1,8 +1,9 @@
|
||||
GOMOD="github.com/tendermint/tendermint/test/loadtime"
|
||||
OUTPUT?=build/loadtime
|
||||
OUTPUT?=build/
|
||||
|
||||
build:
|
||||
go build $(BUILD_FLAGS) -tags '$(BUILD_TAGS)' -o $(OUTPUT) .
|
||||
go build $(BUILD_FLAGS) -tags '$(BUILD_TAGS)' -o $(OUTPUT)load ./cmd/load/
|
||||
go build $(BUILD_FLAGS) -tags '$(BUILD_TAGS)' -o $(OUTPUT)report ./cmd/report/
|
||||
.PHONY: build
|
||||
|
||||
check-proto-gen-deps:
|
||||
|
||||
Reference in New Issue
Block a user