From a6100d5f0623e05e1d9be6761de7dd4c6fd02e77 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sun, 29 Jun 2025 01:52:43 +0700 Subject: [PATCH] bench: 10 vs 11 vs 12 vs HEAD --- ci/github-actions/benchmark/matrix.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/github-actions/benchmark/matrix.ts b/ci/github-actions/benchmark/matrix.ts index 0e147067..49e167a9 100644 --- a/ci/github-actions/benchmark/matrix.ts +++ b/ci/github-actions/benchmark/matrix.ts @@ -39,6 +39,8 @@ export function parseSelfBenchmarkCategory(category: SelfBenchmarkCategory) { } export const RELEASED_PDU_VERSIONS = [ + '0.10.0', + '0.11.1', '0.12.0', ] as const