Skip to content

Commit e7abb2f

Browse files
authored
ci: adjust benchmarks (#879)
* ci: adjust low threshold for local-single-module-no-provider benchmark * bump benchmark timeout to 45min
1 parent 0af86f7 commit e7abb2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/gobenchdata-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ checks:
44
benchmarks: [BenchmarkInitializeFolder_basic/local-single-module-no-provider]
55
diff: current.NsPerOp / 1000000 # ms
66
thresholds:
7-
min: 29
7+
min: 25
88
max: 55
99
- package: ./internal/langserver/handlers
1010
name: local-single-submodule-no-provider

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
benchmarks:
1010
runs-on: ubuntu-latest
11-
timeout-minutes: 30
11+
timeout-minutes: 45
1212
steps:
1313
-
1414
name: Checkout

0 commit comments

Comments
 (0)