diffWith method
Implementation
EvalRunDiff diffWith(
EvalRunReport baseline, {
double significanceThreshold = 0.05,
}) {
return diffRunReports(
current: this,
baseline: baseline,
significanceThreshold: significanceThreshold,
);
}
EvalRunDiff diffWith(
EvalRunReport baseline, {
double significanceThreshold = 0.05,
}) {
return diffRunReports(
current: this,
baseline: baseline,
significanceThreshold: significanceThreshold,
);
}