We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6971abb commit d3ace51Copy full SHA for d3ace51
ci/github-actions/benchmark/matrix.ts
@@ -39,7 +39,7 @@ export function parseSelfBenchmarkCategory(category: SelfBenchmarkCategory) {
39
}
40
41
export const RELEASED_PDU_VERSIONS = [
42
- '0.9.0',
+ '0.10.0',
43
] as const
44
45
export const ACCEPTABLE_PERFORMANCE_REGRESSION = 1.1 // 10%
0 commit comments