forked from spidernet-io/spiderpool
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional performance test data notes
Signed-off-by: tao.yang <tao.yang@daocloud.io>
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |