forked from hashicorp/terraform-ls
-
Notifications
You must be signed in to change notification settings - Fork 2
/
gobenchdata-checks.yml
88 lines (87 loc) · 2.76 KB
/
gobenchdata-checks.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
checks:
- package: ./internal/langserver/handlers
name: local-single-module-no-provider
benchmarks: [BenchmarkInitializeFolder_basic/local-single-module-no-provider]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 3
max: 20
- package: ./internal/langserver/handlers
name: local-single-submodule-no-provider
benchmarks: [BenchmarkInitializeFolder_basic/local-single-submodule-no-provider]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 100
max: 250
- package: ./internal/langserver/handlers
name: local-single-module-random
benchmarks: [BenchmarkInitializeFolder_basic/local-single-module-random]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 100
max: 300
- package: ./internal/langserver/handlers
name: local-single-module-aws
benchmarks: [BenchmarkInitializeFolder_basic/local-single-module-aws]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1240
max: 2700
- package: ./internal/langserver/handlers
name: aws-consul
benchmarks: [BenchmarkInitializeFolder_basic/aws-consul]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1360
max: 2800
- package: ./internal/langserver/handlers
name: aws-eks
benchmarks: [BenchmarkInitializeFolder_basic/aws-eks]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1570
max: 4300
- package: ./internal/langserver/handlers
name: aws-vpc
benchmarks: [BenchmarkInitializeFolder_basic/aws-vpc]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1400
max: 7500
- package: ./internal/langserver/handlers
name: google-project
benchmarks: [BenchmarkInitializeFolder_basic/google-project]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1570
max: 10000
- package: ./internal/langserver/handlers
name: google-network
benchmarks: [BenchmarkInitializeFolder_basic/google-network]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1430
max: 22000
- package: ./internal/langserver/handlers
name: google-gke
benchmarks: [BenchmarkInitializeFolder_basic/google-gke]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1500
max: 24000
- package: ./internal/langserver/handlers
name: k8s-metrics-server
benchmarks: [BenchmarkInitializeFolder_basic/k8s-metrics-server]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1000
max: 4000
- package: ./internal/langserver/handlers
name: k8s-dashboard
benchmarks: [BenchmarkInitializeFolder_basic/k8s-dashboard]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1100
max: 6400