Skip to content

Commit

Permalink
Flow Aggregator perf benchmarking
Browse files Browse the repository at this point in the history
Added test for IntraFlowRecords.
Simulated 10 exporters and each of them send 1000 flow records.
Used benchmark in-built tools like cpuprofile, memprofile, benchmem etc.,
to get the performance metrics.
  • Loading branch information
srikartati committed May 18, 2021
1 parent 3134f7e commit 8b6ee1a
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 1 deletion.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ require (
k8s.io/apiserver v0.21.0
k8s.io/client-go v0.21.0
k8s.io/component-base v0.21.0
k8s.io/klog v1.0.0
k8s.io/klog/v2 v2.8.0
k8s.io/kube-aggregator v0.21.0
k8s.io/kube-openapi v0.0.0-20210305164622-f622666832c1
Expand Down
Loading

0 comments on commit 8b6ee1a

Please sign in to comment.