Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmark/benchmark/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def address_list_to_json(addresses, base_port, faults):
num_authorities = len(addresses)

for i, (name, hosts) in enumerate(addresses.items()):
port = base_port
host = hosts.pop(0)
consensus_addr = {
'consensus_to_consensus': f'{host}:{port}',
Expand Down
4 changes: 2 additions & 2 deletions benchmark/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

from benchmark.local import LocalBench
from benchmark.logs import ParseError, LogParser
from benchmark.utils import Print
from benchmark.utils import Print, BenchError
from benchmark.plot import Ploter, PlotError
from benchmark.instance import InstanceManager
from benchmark.remote import Bench, BenchError
from benchmark.remote import Bench


@task
Expand Down