feat(graphs): new dimensions and layour for cpu grpahs
This commit is contained in:
@@ -87,9 +87,6 @@ def compute(derived: Path) -> tuple[dict[str, str], list[Path]]:
|
|||||||
_mean_tests(out, base, vals[a], vals[b])
|
_mean_tests(out, base, vals[a], vals[b])
|
||||||
_variance_tests(out, base, vals[a], vals[b])
|
_variance_tests(out, base, vals[a], vals[b])
|
||||||
|
|
||||||
# Bonferroni-corrected thresholds. Count one entry per comparison
|
|
||||||
# (welch-p for mean families, bf-p for variance) so the threshold reflects
|
|
||||||
# the number of pairwise comparisons, not the number of test statistics.
|
|
||||||
def n_with(in_pattern: str, suffix: str) -> int:
|
def n_with(in_pattern: str, suffix: str) -> int:
|
||||||
return sum(1 for k in out if in_pattern in k and k.endswith(suffix))
|
return sum(1 for k in out if in_pattern in k and k.endswith(suffix))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user