done figure 7 results
This commit is contained in:
parent
ed8a9b6006
commit
216685c346
3 changed files with 4498 additions and 0 deletions
1713
figure_7/g_figure7c.csv
Normal file
1713
figure_7/g_figure7c.csv
Normal file
File diff suppressed because it is too large
Load diff
2783
figure_7/h_figure7c.csv
Normal file
2783
figure_7/h_figure7c.csv
Normal file
File diff suppressed because it is too large
Load diff
|
@ -132,7 +132,9 @@ def for_each_joined(x):
|
|||
machine_id = x[0]
|
||||
ts = x[1]
|
||||
|
||||
ts = filter(lambda t: t.time is not None, ts);
|
||||
ts = sorted(ts, key=lambda x: x.time)
|
||||
|
||||
last_req_by_id = {} # map taskid -> last known req [cpu, ram] (data removed when task terminates)
|
||||
|
||||
cpu_reservs_by_id = {}
|
||||
|
|
Loading…
Reference in a new issue