Skip to content

Commit

Permalink
feat: benchmark from 1000 blocks to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
emidev98 committed May 22, 2023
1 parent 4c326b2 commit 0df1b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/alliance/tests/benchmark/benchmark_genesis.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion x/alliance/tests/benchmark/benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (

var (
SEED = int64(1)
NumOfBlocks = 1000
NumOfBlocks = 200
BlocktimeInSeconds = 5
VoteRate = 0.8
NumOfValidators = 160
Expand Down

0 comments on commit 0df1b7a

Please sign in to comment.