Skip to content

Commit d425b9a

Browse files
committed
update benchmarks thresholds
1 parent 0111077 commit d425b9a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/gobenchdata-checks.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ checks:
44
benchmarks: [BenchmarkInitializeFolder_basic/local-single-module-no-provider]
55
diff: current.NsPerOp / 1000000 # ms
66
thresholds:
7-
min: 25
8-
max: 55
7+
min: 3
8+
max: 20
99
- package: ./internal/langserver/handlers
1010
name: local-single-submodule-no-provider
1111
benchmarks: [BenchmarkInitializeFolder_basic/local-single-submodule-no-provider]
1212
diff: current.NsPerOp / 1000000 # ms
1313
thresholds:
14-
min: 140
15-
max: 310
14+
min: 100
15+
max: 250
1616
- package: ./internal/langserver/handlers
1717
name: local-single-module-random
1818
benchmarks: [BenchmarkInitializeFolder_basic/local-single-module-random]
1919
diff: current.NsPerOp / 1000000 # ms
2020
thresholds:
21-
min: 140
21+
min: 100
2222
max: 300
2323
- package: ./internal/langserver/handlers
2424
name: local-single-module-aws
@@ -47,35 +47,35 @@ checks:
4747
diff: current.NsPerOp / 1000000 # ms
4848
thresholds:
4949
min: 1400
50-
max: 2200
50+
max: 5000
5151
- package: ./internal/langserver/handlers
5252
name: google-project
5353
benchmarks: [BenchmarkInitializeFolder_basic/google-project]
5454
diff: current.NsPerOp / 1000000 # ms
5555
thresholds:
5656
min: 1570
57-
max: 2450
57+
max: 9000
5858
- package: ./internal/langserver/handlers
5959
name: google-network
6060
benchmarks: [BenchmarkInitializeFolder_basic/google-network]
6161
diff: current.NsPerOp / 1000000 # ms
6262
thresholds:
6363
min: 1430
64-
max: 2700
64+
max: 15000
6565
- package: ./internal/langserver/handlers
6666
name: google-gke
6767
benchmarks: [BenchmarkInitializeFolder_basic/google-gke]
6868
diff: current.NsPerOp / 1000000 # ms
6969
thresholds:
7070
min: 1500
71-
max: 5100
71+
max: 20000
7272
- package: ./internal/langserver/handlers
7373
name: k8s-metrics-server
7474
benchmarks: [BenchmarkInitializeFolder_basic/k8s-metrics-server]
7575
diff: current.NsPerOp / 1000000 # ms
7676
thresholds:
7777
min: 1000
78-
max: 3200
78+
max: 4000
7979
- package: ./internal/langserver/handlers
8080
name: k8s-dashboard
8181
benchmarks: [BenchmarkInitializeFolder_basic/k8s-dashboard]

0 commit comments

Comments
 (0)