@@ -4,21 +4,21 @@ checks:
4
4
benchmarks : [BenchmarkInitializeFolder_basic/local-single-module-no-provider]
5
5
diff : current.NsPerOp / 1000000 # ms
6
6
thresholds :
7
- min : 25
8
- max : 55
7
+ min : 3
8
+ max : 20
9
9
- package : ./internal/langserver/handlers
10
10
name : local-single-submodule-no-provider
11
11
benchmarks : [BenchmarkInitializeFolder_basic/local-single-submodule-no-provider]
12
12
diff : current.NsPerOp / 1000000 # ms
13
13
thresholds :
14
- min : 140
15
- max : 310
14
+ min : 100
15
+ max : 250
16
16
- package : ./internal/langserver/handlers
17
17
name : local-single-module-random
18
18
benchmarks : [BenchmarkInitializeFolder_basic/local-single-module-random]
19
19
diff : current.NsPerOp / 1000000 # ms
20
20
thresholds :
21
- min : 140
21
+ min : 100
22
22
max : 300
23
23
- package : ./internal/langserver/handlers
24
24
name : local-single-module-aws
@@ -47,35 +47,35 @@ checks:
47
47
diff : current.NsPerOp / 1000000 # ms
48
48
thresholds :
49
49
min : 1400
50
- max : 2200
50
+ max : 5000
51
51
- package : ./internal/langserver/handlers
52
52
name : google-project
53
53
benchmarks : [BenchmarkInitializeFolder_basic/google-project]
54
54
diff : current.NsPerOp / 1000000 # ms
55
55
thresholds :
56
56
min : 1570
57
- max : 2450
57
+ max : 9000
58
58
- package : ./internal/langserver/handlers
59
59
name : google-network
60
60
benchmarks : [BenchmarkInitializeFolder_basic/google-network]
61
61
diff : current.NsPerOp / 1000000 # ms
62
62
thresholds :
63
63
min : 1430
64
- max : 2700
64
+ max : 15000
65
65
- package : ./internal/langserver/handlers
66
66
name : google-gke
67
67
benchmarks : [BenchmarkInitializeFolder_basic/google-gke]
68
68
diff : current.NsPerOp / 1000000 # ms
69
69
thresholds :
70
70
min : 1500
71
- max : 5100
71
+ max : 20000
72
72
- package : ./internal/langserver/handlers
73
73
name : k8s-metrics-server
74
74
benchmarks : [BenchmarkInitializeFolder_basic/k8s-metrics-server]
75
75
diff : current.NsPerOp / 1000000 # ms
76
76
thresholds :
77
77
min : 1000
78
- max : 3200
78
+ max : 4000
79
79
- package : ./internal/langserver/handlers
80
80
name : k8s-dashboard
81
81
benchmarks : [BenchmarkInitializeFolder_basic/k8s-dashboard]
0 commit comments