Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update benchmark thresholds #939

Merged
merged 1 commit into from
Jun 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/gobenchdata-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ checks:
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1570
max: 3000
max: 3200
- package: ./internal/langserver/handlers
name: aws-vpc
benchmarks: [BenchmarkInitializeFolder_basic/aws-vpc]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1400
max: 2050
max: 2200
- package: ./internal/langserver/handlers
name: google-project
benchmarks: [BenchmarkInitializeFolder_basic/google-project]
Expand All @@ -67,19 +67,19 @@ checks:
benchmarks: [BenchmarkInitializeFolder_basic/google-gke]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 2040
max: 5000
min: 1800
max: 5100
- package: ./internal/langserver/handlers
name: k8s-metrics-server
benchmarks: [BenchmarkInitializeFolder_basic/k8s-metrics-server]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1000
max: 2900
max: 3200
- package: ./internal/langserver/handlers
name: k8s-dashboard
benchmarks: [BenchmarkInitializeFolder_basic/k8s-dashboard]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1200
max: 3000
max: 3600