Skip to content

Commit 4fff4fa

Browse files
authored
ci(benchmark): forgot to update pdu version (#304)
1 parent f634855 commit 4fff4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/github-actions/benchmark/matrix.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function parseSelfBenchmarkCategory(category: SelfBenchmarkCategory) {
3939
}
4040

4141
export const RELEASED_PDU_VERSIONS = [
42-
'0.12.0',
42+
'0.20.0',
4343
] as const
4444

4545
export const ACCEPTABLE_PERFORMANCE_REGRESSION = 1.1 // 10%

0 commit comments

Comments
 (0)