You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/output-schedule.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This file contains the following fields in lexicographic order of the fields nam
9
9
10
10
- ``batsim_version``: Similar to the output of the ``--version`` :ref:`cli` option.
11
11
- ``consumed_joules``: The total amount of joules consumed by the machines from the submission time of the first job to the finish time of the last job.
12
-
- ``makespan``: The completion time of the last job.
12
+
- ``makespan``: The time that elapses from the submission time of the first job to the finish time of the last job. It is calculated by `max(completion_time) - min(submission_time)`.
13
13
- ``max_slowdown``: The maximum slowdown observed on a job.
14
14
Slowdown is computed for a job as its turnaround time divided by its execution time.
15
15
- ``max_turnaround_time``: The maximum turnaround time observed on a job.
0 commit comments