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

experiments: add experiment data for nopaxos with ib

parent f44b1217
......@@ -416,7 +416,7 @@ class NOPaxosClient(AppConfig):
for ip in self.server_ips:
cmds.append('ping -c 1 ' + ip)
cmds.append('/root/nopaxos/bench/client -c /root/nopaxos.config ' +
'-m nopaxos -n 2000')
'-m nopaxos -n 40000')
if self.is_last:
cmds.append('sleep 1')
else:
......
......@@ -41,7 +41,7 @@ for num_c in num_clients:
line = [str(num_c)]
for seq in types_of_seq:
path_pat = '%snopaxos-gt-cb-%s-%d-1.json' % (basedir, seq, num_c)
path_pat = '%snopaxos-gt-ib-%s-%d-1.json' % (basedir, seq, num_c)
res = utils.parse_nopaxos.parse_nopaxos_run(num_c, seq, path_pat)
#print(path_pat)
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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