Skip to content

Commit d3ace51

Browse files
committed
perf: use 0.10.0 as base for benchmark
1 parent 6971abb commit d3ace51

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.9.0',
42+
'0.10.0',
4343
] as const
4444

4545
export const ACCEPTABLE_PERFORMANCE_REGRESSION = 1.1 // 10%

0 commit comments

Comments
 (0)