Places the ssd_estimate_cost() prediction beside the ssd_analyse_cost()
observation for one scenario+run and reports the predicted and observed total
compute, the predicted and observed longest task, and the predicted/observed
ratio for each. Read-only.
Usage
ssd_compare_cost(
scenario,
root = scenario_results_dir(scenario),
store = NULL,
calibration = ssd_cost_calibration()
)Arguments
- scenario
An
ssdsims_scenariofromssd_define_scenario().- root
The run's results root (the
fit/hcshard trees live under it). Defaults toscenario_results_dir()forscenario.- store
Optional path to the run's
targetsdata store, to add the per-shard envelope overhead.NULL(the default) reads the shards only.- calibration
An
ssdsims_cost_calibrationfor the prediction; defaults to the shippedssd_cost_calibration().