From f40ded0e5c137038c33f087c51f206acf793acc5 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Thu, 2 Oct 2025 10:40:04 -0700 Subject: [PATCH 1/4] add config --- .../v3/components/benchmarkList/BenchmarkCategoryCard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx b/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx index 8746dcc6c7..b62ccf2b0d 100644 --- a/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx +++ b/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx @@ -15,6 +15,7 @@ import { Typography, } from "@mui/material"; import { Box } from "@mui/system"; +import { wrap } from "module"; import Link from "next/link"; import ReactMarkdown from "react-markdown"; From 283333a01538686ac26c08066ad51b5ac83880a9 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 6 Oct 2025 08:51:08 -0700 Subject: [PATCH 2/4] add config --- .../components/benchmark/v3/configs/teams/compilers/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchci/components/benchmark/v3/configs/teams/compilers/config.ts b/torchci/components/benchmark/v3/configs/teams/compilers/config.ts index 705d1c4bc1..56ea68571f 100644 --- a/torchci/components/benchmark/v3/configs/teams/compilers/config.ts +++ b/torchci/components/benchmark/v3/configs/teams/compilers/config.ts @@ -38,7 +38,7 @@ const COMPILATION_LATENCY_COMPARISON_POLICY: BenchmarkComparisonPolicyConfig = { target: "compilation_latency", type: "ratio", ratioPolicy: { - badRatio: 1.1, + badRatio: 1.05, goodRatio: 0.9, direction: "down", }, From 0e431f31ed5e7fa3d5c4c8291daaf4ebd1d41e8f Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 6 Oct 2025 08:52:00 -0700 Subject: [PATCH 3/4] add config --- .../components/benchmark/v3/configs/teams/compilers/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchci/components/benchmark/v3/configs/teams/compilers/config.ts b/torchci/components/benchmark/v3/configs/teams/compilers/config.ts index 56ea68571f..155765a022 100644 --- a/torchci/components/benchmark/v3/configs/teams/compilers/config.ts +++ b/torchci/components/benchmark/v3/configs/teams/compilers/config.ts @@ -39,7 +39,7 @@ const COMPILATION_LATENCY_COMPARISON_POLICY: BenchmarkComparisonPolicyConfig = { type: "ratio", ratioPolicy: { badRatio: 1.05, - goodRatio: 0.9, + goodRatio: 0.95, direction: "down", }, }; From 453197157af7b4ad59081d2543c9d70225bf6a76 Mon Sep 17 00:00:00 2001 From: Yang Wang Date: Mon, 6 Oct 2025 08:52:56 -0700 Subject: [PATCH 4/4] add config --- .../v3/components/benchmarkList/BenchmarkCategoryCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx b/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx index b62ccf2b0d..8746dcc6c7 100644 --- a/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx +++ b/torchci/components/benchmark/v3/components/benchmarkList/BenchmarkCategoryCard.tsx @@ -15,7 +15,6 @@ import { Typography, } from "@mui/material"; import { Box } from "@mui/system"; -import { wrap } from "module"; import Link from "next/link"; import ReactMarkdown from "react-markdown";