Loading scripts/find_regressions_from_logs.py +2 −2 Original line number Diff line number Diff line Loading @@ -176,11 +176,11 @@ def main(logs_dir, output_filename, measure): # Find executables setup REF_ENC1 = "IVAS_cod_ref_1" REF_DEC1 = "IVAS_dec_ref_1" DUT_ENC1 = "IVAS_ref_1" DUT_ENC1 = "IVAS_cod_1" DUT_DEC1 = "IVAS_dec_1" REF_ENC2 = "IVAS_cod_ref_2" REF_DEC2 = "IVAS_dec_ref_2" DUT_ENC2 = "IVAS_ref_2" DUT_ENC2 = "IVAS_cod_2" DUT_DEC2 = "IVAS_dec_2" if "dec" in row["job"]: Loading Loading
scripts/find_regressions_from_logs.py +2 −2 Original line number Diff line number Diff line Loading @@ -176,11 +176,11 @@ def main(logs_dir, output_filename, measure): # Find executables setup REF_ENC1 = "IVAS_cod_ref_1" REF_DEC1 = "IVAS_dec_ref_1" DUT_ENC1 = "IVAS_ref_1" DUT_ENC1 = "IVAS_cod_1" DUT_DEC1 = "IVAS_dec_1" REF_ENC2 = "IVAS_cod_ref_2" REF_DEC2 = "IVAS_dec_ref_2" DUT_ENC2 = "IVAS_ref_2" DUT_ENC2 = "IVAS_cod_2" DUT_DEC2 = "IVAS_dec_2" if "dec" in row["job"]: Loading