From d496e63e213867a4c418ff8b92840aabbd2e1289 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sun, 27 Jul 2025 12:25:55 +0700 Subject: [PATCH] ci(benchmark): forgot to update pdu version --- ci/github-actions/benchmark/matrix.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/github-actions/benchmark/matrix.ts b/ci/github-actions/benchmark/matrix.ts index 00110772..41059394 100644 --- a/ci/github-actions/benchmark/matrix.ts +++ b/ci/github-actions/benchmark/matrix.ts @@ -39,7 +39,7 @@ export function parseSelfBenchmarkCategory(category: SelfBenchmarkCategory) { } export const RELEASED_PDU_VERSIONS = [ - '0.12.0', + '0.20.0', ] as const export const ACCEPTABLE_PERFORMANCE_REGRESSION = 1.1 // 10%