Loading ci/eval/compare/cmp-stats.py +3 −2 Original line number Diff line number Diff line import json import numpy as np import os from scipy.stats import ttest_rel import pandas as pd import numpy as np from pathlib import Path from scipy.stats import ttest_rel # Define metrics of interest (can be expanded as needed) METRIC_PREFIXES = ("nr", "gc") Loading Loading
ci/eval/compare/cmp-stats.py +3 −2 Original line number Diff line number Diff line import json import numpy as np import os from scipy.stats import ttest_rel import pandas as pd import numpy as np from pathlib import Path from scipy.stats import ttest_rel # Define metrics of interest (can be expanded as needed) METRIC_PREFIXES = ("nr", "gc") Loading