Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
f44b1217
Commit
f44b1217
authored
Jun 29, 2021
by
Antoine Kaufmann
Browse files
experiments: scale nopaxos to 12 hosts
parent
0568be54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
experiments/pyexps/nopaxos.py
experiments/pyexps/nopaxos.py
+1
-1
results/nopaxos.py
results/nopaxos.py
+1
-1
No files found.
experiments/pyexps/nopaxos.py
View file @
f44b1217
...
@@ -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
...
...
results/nopaxos.py
View file @
f44b1217
...
@@ -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
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment