Skip to content

Commit

Permalink
Address some comments
Browse files Browse the repository at this point in the history
Signed-off-by: Wenqi Qiu <[email protected]>
  • Loading branch information
wenqiq committed Oct 28, 2021
1 parent 6704b7a commit 70b19c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test/performance/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,25 @@ benchmarks:
- name: "BenchmarkInitXLargeScaleWithSmallNamespaces"
package: "./pkg/controller/networkpolicy"
threshold: 0.3
version_requirement: ">1.3.0"
- name: "BenchmarkInitXLargeScaleWithLargeNamespaces"
package: "./pkg/controller/networkpolicy"
threshold: 0.2
version_requirement: ">1.3.0"
- name: "BenchmarkInitXLargeScaleWithOneNamespace"
package: "./pkg/controller/networkpolicy"
threshold: 0.3
version_requirement: ">1.3.0"
- name: "BenchmarkInitXLargeScaleWithNetpolPerPod"
package: "./pkg/controller/networkpolicy"
threshold: 0.15
version_requirement: ">1.3.0"
- name: "BenchmarkInitXLargeScaleWithClusterScopedNetpol"
package: "./pkg/controller/networkpolicy"
version_requirement: ">1.3.0"
- name: "BenchmarkSyncAddressGroup"
package: "./pkg/controller/networkpolicy"
version_requirement: ">1.3.0"
- name: "BenchmarkCluster_ShouldSelect/Select_Node_from_1000_alive_Nodes-nodeSelectedForEgress"
package: "./pkg/agent/memberlist"
- name: "BenchmarkRuleCacheUnionAddressGroups"
Expand Down Expand Up @@ -54,8 +60,7 @@ benchmarks:
package: "./pkg/agent/openflow"
- name: "BenchmarkIDAllocate"
package: "./pkg/agent/openflow/cookie"
benchtime: 100x
threshold: 0.15
threshold: 0.2
- name: "BenchmarkNormalizeGroupMemberPod"
package: "./pkg/apis/controlplane"
- name: "BenchmarkSymmetricDifferenceString"
Expand Down

0 comments on commit 70b19c9

Please sign in to comment.