Skip to content

Commit

Permalink
Create settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asonnino authored Mar 9, 2021
1 parent e64a6f6 commit 227e2f1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions benchmark/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"key_path": "/absolute/key/path",
"ports": {
"consensus": 8000,
"mempool": 7000,
"front": 6000
},
"repo": {
"name": "hotstuff",
"url": "https://github.com/asonnino/hotstuff.git",
"branch": "test"
},
"instances": {
"type": "m5d.8xlarge",
"regions": ["us-east-1", "eu-north-1", "ap-southeast-2", "us-west-1", "ap-northeast-1"]
}
}

0 comments on commit 227e2f1

Please sign in to comment.