Skip to content

Commit

Permalink
update benchmarks thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Aug 9, 2022
1 parent 3a8f27a commit eb63c44
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/gobenchdata-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ checks:
benchmarks: [BenchmarkInitializeFolder_basic/local-single-module-no-provider]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 25
max: 55
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: 140
max: 310
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: 140
min: 100
max: 300
- package: ./internal/langserver/handlers
name: local-single-module-aws
Expand Down Expand Up @@ -47,28 +47,28 @@ checks:
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1400
max: 2200
max: 3000
- package: ./internal/langserver/handlers
name: google-project
benchmarks: [BenchmarkInitializeFolder_basic/google-project]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1570
max: 2450
max: 5000
- package: ./internal/langserver/handlers
name: google-network
benchmarks: [BenchmarkInitializeFolder_basic/google-network]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1430
max: 2700
max: 9500
- package: ./internal/langserver/handlers
name: google-gke
benchmarks: [BenchmarkInitializeFolder_basic/google-gke]
diff: current.NsPerOp / 1000000 # ms
thresholds:
min: 1500
max: 5100
max: 15000
- package: ./internal/langserver/handlers
name: k8s-metrics-server
benchmarks: [BenchmarkInitializeFolder_basic/k8s-metrics-server]
Expand Down

0 comments on commit eb63c44

Please sign in to comment.