Skip to content

Commit c2067b4

Browse files
committed
ci: benchmark: Change RELEASED_PDU_VERSIONS to ['0.0.0']
1 parent 2d23923 commit c2067b4

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
@@ -36,7 +36,7 @@ export function parseSelfBenchmarkCategory(category: SelfBenchmarkCategory) {
3636
}
3737

3838
export const RELEASED_PDU_VERSIONS = [
39-
'0.0.0-rc.0',
39+
'0.0.0',
4040
] as const
4141

4242
export const ACCEPTABLE_PERFORMANCE_REGRESSION = 1.1 // 10%

0 commit comments

Comments
 (0)