diff --git a/demos/benchmarks/README.md b/demos/benchmarks/README.md index 025d2db6..1951ebaa 100644 --- a/demos/benchmarks/README.md +++ b/demos/benchmarks/README.md @@ -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/) diff --git a/docs/readthedocs/docs/source/tests/benchmark.md b/docs/readthedocs/docs/source/tests/benchmark.md index 45e99fca..97ad9549 100644 --- a/docs/readthedocs/docs/source/tests/benchmark.md +++ b/docs/readthedocs/docs/source/tests/benchmark.md @@ -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/)