提交 fcd5d50d 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!643 performance: add arm test results

Merge pull request !643 from haozi007/master
......@@ -66,6 +66,8 @@ Integrate with `kubernetes` are listed in [integration.md](./docs/integration.md
#### Machine configuration
X86 machine:
| Configuration | Information |
| ------------- | -------------------------------------------- |
| OS | Fedora32 X86_64 |
......@@ -73,6 +75,15 @@ Integrate with `kubernetes` are listed in [integration.md](./docs/integration.md
| CPU | 48 cores,Intel Xeon CPU E5-2695 v2 @ 2.4GHZ |
| memory | 132 GB |
ARM machine:
| 配置项 | 配置信息 |
| ------ | ------------- |
| OS | Euleros |
| 内核 | linux 4.19.90 |
| CPU | 64核 |
| 内存 | 196 GB |
#### Version of Softwares
| Name | Version |
......@@ -98,6 +109,8 @@ About code of test
##### run operator once
###### X86
base operators of client
| operator (ms) | Docker | Podman | iSulad | vs Docker | vs Podman |
......@@ -115,8 +128,29 @@ base operators of CRI
| runp | 681 | 321 | 186 | -72.69% | -42.06% |
| stopp | 400 | 356 | 169 | -57.75% | -52.53% |
###### ARM
base operators of client
| operator (ms) | Docker | Podman | iSulad | vs Docker | vs Podman |
| ------------- | ------ | ------ | ------ | --------- | --------- |
| create | 401 | 361 | 61 | -84.79% | -83.10% |
| start | 1160 | 1143 | 232 | -80.00% | -79.70% |
| stop | 634 | 576 | 243 | -61.67% | -57.81% |
| rm | 105 | 398 | 46 | -56.19% | -88.44% |
| run | 1261 | 1071 | 258 | -79.54% | -75.91% |
base operators of CRI
| operator (ms) | Docker | CRIO | iSulad | vs Docker | vs CRIO |
| ------------- | ------ | ---- | ------ | --------- | ------- |
| runp | 1339 | 2366 | 179 | -86.63% | -92.43% |
| stopp | 443 | 419 | 117 | -73.59% | -72.08% |
##### parallel to run operator 100 times
###### X86
base operator of client
| operator (ms) | Docker | Podman | iSulad | vs Docker | vs Podman |
......@@ -134,6 +168,25 @@ base operators of CRI
| 100 * runp | 13998 | 4946 | 2825 | -79.82% | -42.88% |
| 100 * stopp | 8402 | 4834 | 4543 | -45.93% | -6.02% |
###### ARM
base operator of client
| operator (ms) | Docker | Podman | iSulad | vs Docker | vs Podman |
| ------------- | ------ | ------ | ------ | --------- | --------- |
| 100 * create | 14563 | 12081 | 538 | -96.31% | -95.55% |
| 100 * start | 23420 | 15370 | 1841 | -92.14% | -88.02% |
| 100 * stop | 22234 | 16973 | 930 | -95.82% | -94.52% |
| 100 * rm | 937 | 10493 | 233 | -75.13% | -97.78% |
| 100 * run | 28091 | 16280 | 2320 | -91.74% | -85.75% |
base operators of CRI
| operator (ms) | Docker | CRIO | iSulad | vs Docker | vs CRIO |
| ------------- | ------ | ----- | ------ | --------- | ------- |
| 100 * runp | 27802 | 29197 | 2398 | -91.37% | -91.79% |
| 100 * stopp | 14429 | 11173 | 1170 | -91.89% | -89.53% |
## How to Contribute
We always welcome new contributors. And we are happy to provide guidance for the new contributors.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册