diff --git a/torchci/components/benchmark/v3/configs/teams/compilers/config.ts b/torchci/components/benchmark/v3/configs/teams/compilers/config.ts index 705d1c4bc1..155765a022 100644 --- a/torchci/components/benchmark/v3/configs/teams/compilers/config.ts +++ b/torchci/components/benchmark/v3/configs/teams/compilers/config.ts @@ -38,8 +38,8 @@ const COMPILATION_LATENCY_COMPARISON_POLICY: BenchmarkComparisonPolicyConfig = { target: "compilation_latency", type: "ratio", ratioPolicy: { - badRatio: 1.1, - goodRatio: 0.9, + badRatio: 1.05, + goodRatio: 0.95, direction: "down", }, };