Skip to content

Commit

Permalink
Additional performance test data notes
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <tao.yang@daocloud.io>
  • Loading branch information
ty-dc committed Dec 24, 2023
1 parent 3b2cf24 commit 93a22d1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions test/e2e/performance/performance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Performance

Continuous CI performance testing in e2e.

## Data interpretation

![CI performance](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/weizhoublue/38d00a872e830eedb46870c886549561/raw/spiderpoolperformance.json)

In the CI performance report, data is split into two groups with `|`.

The former represents the performance data of SpiderIPPool. The latter represents IPAM performance data for SpiderSubnet.

### SpiderIPPool

- The first data represents the time it takes for an application with 40 replicas to run from creation to run.

- The second data represents the time it takes for an application with 40 replicas to recover from rebuild to run.

- The third data represents the time it took for an application with 40 replicas to be completely deleted.

### SpiderSubnet

The second group separated by "|" is performance data based on SpiderSubnet assigning IP addresses to applications. The numbers correspond to creation, reconstruction, and deletion respectively. Its specifications and configuration are the same as SpiderIPPool mentioned above.

0 comments on commit 93a22d1

Please sign in to comment.