The Bazel profile may not include all data required to extract the estimated cores available, estimated cores used, and value of the flag --jobs. To handle these cases well, return an Optional, where Optional#empty indicates the data could not be extracted.
Progress on #38
The Bazel profile may not include all data required to extract the estimated cores available, estimated cores used, and value of the flag
--jobs
. To handle these cases well, return anOptional
, whereOptional#empty
indicates the data could not be extracted.