Skip to content
Snippets Groups Projects
Commit e6a2e1af authored by Millian Poquet's avatar Millian Poquet
Browse files

[test] update workload format (batsim-3.0.0)

parent b39a6ae7
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
"profiles": {
"simple": {
"type": "msg_par",
"type": "parallel",
"cpu": [5e6, 0, 0, 0],
"com": [5e6, 0, 0, 0,
5e6,5e6, 0, 0,
......@@ -27,17 +27,17 @@
5e6,5e6,5e6, 0]
},
"homogeneous": {
"type": "msg_par_hg",
"type": "parallel_homogeneous",
"cpu": 10e6,
"com": 1e6
},
"homogeneous_no_cpu": {
"type": "msg_par_hg",
"type": "parallel_homogeneous",
"cpu": 0,
"com": 1e6
},
"homogeneous_no_com": {
"type": "msg_par_hg",
"type": "parallel_homogeneous",
"cpu": 2e5,
"com": 0
},
......@@ -51,7 +51,7 @@
"delay": 20.20
},
"homogeneous_total": {
"type": "msg_par_hg_tot",
"type": "parallel_homogeneous_total",
"cpu": 10e6,
"com": 1e6
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment