Commit f44b1217 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: scale nopaxos to 12 hosts

parent 0568be54
...@@ -28,7 +28,7 @@ host_configs = ['qemu', 'gt'] ...@@ -28,7 +28,7 @@ host_configs = ['qemu', 'gt']
seq_configs = ['swseq', 'ehseq'] seq_configs = ['swseq', 'ehseq']
nic_configs = ['ib', 'cb', 'cv'] nic_configs = ['ib', 'cb', 'cv']
proto_configs = ['vr', 'nopaxos'] proto_configs = ['vr', 'nopaxos']
num_client_configs = [1, 2, 3, 4, 5, 6, 7, 8] num_client_configs = [1, 2, 3, 4, 5, 6, 7, 8, 10, 12]
experiments = [] experiments = []
sync_period = 200 sync_period = 200
......
...@@ -31,7 +31,7 @@ if len(sys.argv) != 2: ...@@ -31,7 +31,7 @@ if len(sys.argv) != 2:
basedir = sys.argv[1] + '/' basedir = sys.argv[1] + '/'
types_of_seq = ['ehseq', 'swseq'] types_of_seq = ['ehseq', 'swseq']
num_clients = [1, 2, 3, 4, 5, 6, 7, 8] num_clients = [1, 2, 3, 4, 5, 6, 7, 8, 10, 12]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment