From 96628914dd080d082a4b2abd850a61d4b5c656e5 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 20 Jun 2025 22:19:55 +0700 Subject: [PATCH] ci(benchmark): add 0.11.1 --- ci/github-actions/benchmark/matrix.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/github-actions/benchmark/matrix.ts b/ci/github-actions/benchmark/matrix.ts index 8ec028e9..45a7abd5 100644 --- a/ci/github-actions/benchmark/matrix.ts +++ b/ci/github-actions/benchmark/matrix.ts @@ -40,6 +40,7 @@ export function parseSelfBenchmarkCategory(category: SelfBenchmarkCategory) { export const RELEASED_PDU_VERSIONS = [ '0.10.0', + '0.11.1', ] as const export const ACCEPTABLE_PERFORMANCE_REGRESSION = 1.1 // 10%