Skip to content

Commit

Permalink
go/extra/conbench: Add consensus benchmark command
Browse files Browse the repository at this point in the history
  • Loading branch information
abukosek committed Sep 28, 2020
1 parent 8c6a5d4 commit 780ea81
Show file tree
Hide file tree
Showing 13 changed files with 1,041 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changelog/3183.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go/extra/conbench: Add consensus benchmark subcommand
1 change: 1 addition & 0 deletions go/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ registry/gen_vectors/gen_vectors
staking/gen_vectors/gen_vectors

extra/extract-metrics/extract-metrics
extra/conbench/conbench
3 changes: 2 additions & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ generate:
# Build.
# List of Go binaries to build.
go-binaries := oasis-node oasis-test-runner oasis-net-runner oasis-remote-signer \
extra/extract-metrics oasis-test-runner/scenario/pluginsigner/example_signer_plugin
oasis-test-runner/scenario/pluginsigner/example_signer_plugin \
extra/extract-metrics extra/conbench

$(go-binaries):
@$(ECHO) "$(MAGENTA)*** Building $@...$(OFF)"
Expand Down
Loading

0 comments on commit 780ea81

Please sign in to comment.