[docs] Update description for benchmark ci and pages

This commit is contained in:
Qi Zheng 2023-07-13 17:30:52 +08:00 committed by volcano
parent b06296bf06
commit 762897f9ea
2 changed files with 14 additions and 2 deletions

@ -9,14 +9,16 @@ This set of demos shows how commonly used benchmarking tools can be run inside S
## Benchmarks Data
There are two enabled **benchmarks CI**(https://github.com/occlum/occlum/blob/1.0.0-preview/.github/workflows/benchmarks.yml) for continuous benchmarking. It utilizes the [`github-action-benchmark`](https://github.com/benchmark-action/github-action-benchmark) to provide a chart view for visualized historical benchmarks data on the GitHub pages.
There are two enabled **benchmarks CI** for continuous benchmarking. It utilizes the [`github-action-benchmark`](https://github.com/benchmark-action/github-action-benchmark) to provide a chart view for visualized historical benchmarks data on the GitHub pages.
### CI and Data for Master branch
[**benchmarks CI**](https://github.com/occlum/occlum/blob/master/.github/workflows/benchmarks.yml)
[**History Data**](https://occlum.io/occlum/stable/benchmarks/)
### CI and Data for Dev branch
[**benchmarks CI**](https://github.com/occlum/occlum/blob/master/.github/workflows/benchmarks_dev.yml)
[**History Data**](https://occlum.io/occlum/dev/benchmarks/)

@ -10,10 +10,20 @@ This set of demos shows how commonly used benchmarking tools can be run inside S
## Benchmarks Data
There is a enabled [benchmarks CI](https://github.com/occlum/occlum/blob/1.0.0-preview/.github/workflows/benchmarks.yml) for continuous benchmarking. It utilizes the [github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) to provide a chart view for visualized historical benchmarks data on the GitHub pages.
There are two enabled **benchmarks CI** for continuous benchmarking. It utilizes the [`github-action-benchmark`](https://github.com/benchmark-action/github-action-benchmark) to provide a chart view for visualized historical benchmarks data on the GitHub pages.
The CI runs periodically. For example, **sysbench** has the historical benchmarks chart as below.
![sysbench_chart](../images/benchmark.png)
### CI and Data for Master branch
[**benchmarks CI**](https://github.com/occlum/occlum/blob/master/.github/workflows/benchmarks.yml)
[**History Data**](https://occlum.io/occlum/stable/benchmarks/)
### CI and Data for Dev branch
[**benchmarks CI**](https://github.com/occlum/occlum/blob/master/.github/workflows/benchmarks_dev.yml)
[**History Data**](https://occlum.io/occlum/dev/benchmarks/)