Skip to content

Commit da359eb

Browse files
authored
doc: Update readme for CloudSuite (#425)
* doc: fix readme for cs4.0 * doc: information update
1 parent 3303951 commit da359eb

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# CloudSuite 4.0 #
22

3-
**This branch is WIP and contains the upcoming release of CloudSuite v4.0. If you are looking for CloudSuite 3, please checkout the [CSv3][CSv3] branch.**
3+
**This branch contains the release of CloudSuite v4.0. If you are looking for CloudSuite 3, please checkout the [CSv3][CSv3] branch.**
44

5-
[CloudSuite][csp] is a benchmark suite for cloud services. The fourth release consists of ten applications that have
6-
been selected based on their popularity in today's datacenters. The benchmarks are based on real-world software
7-
stacks and represent real-world setups. In v4.0, we have added multi-architecture support to Cloudsuite, so that the
8-
workloads can be run on processors using x86, ARM, and RISC-V architectures.
5+
[CloudSuite][csp] is a benchmark suite for cloud services. The fourth release consists of eight first-party applications that have been selected based on their popularity in today's datacenters. The benchmarks are based on real-world software stacks and represent real-world setups.
6+
7+
CloudSuite 4.0 includes a thorough software stack update and bug fixes for all workloads. It also includes support for all workloads on ARM to follow the rising trend of the ARM server market. It also features detailed guidelines for tuning and running the workloads in representative states, facilitating ease of use.
98

109
# How to Run #
1110

@@ -20,6 +19,9 @@ For more details on how to run the workloads, please follow each workload's docu
2019
- [Web Search](docs/benchmarks/web-search.md)
2120
- [Web Serving](docs/benchmarks/web-serving.md)
2221

22+
To ease the deployment of CloudSuite into private and public cloud systems, we provide docker images for all CloudSuite benchmarks
23+
(available [here][csb]).
24+
2325
# Workload Status #
2426
To see which workloads are currently functioning on the new architectures, you can find the status matrix [here][status_pg].
2527

@@ -29,19 +31,12 @@ CloudSuite's software components are all available as open-source software. All
2931
their own licensing terms. Researchers interested in using CloudSuite are required to fully understand and abide by the
3032
licensing terms of the various components. For more information, please refer to the [license page][csl].
3133

32-
# Deploying CloudSuite #
33-
34-
To ease the deployment of CloudSuite into private and public cloud systems, we provide docker images for all CloudSuite benchmarks
35-
(available [here][csb]). We are also integrating CloudSuite into Google's [PerfKit Benchmarker][pkb]. PerfKit helps at automating the process of
36-
benchmarking across existing cloud-server systems.
37-
3834
# Support #
3935

40-
We encourage CloudSuite users to use GitHub issues for requests for enhancements, questions or bug fixes.
36+
We encourage CloudSuite users to use GitHub issues to request for enhancements, questions or bug fixes.
4137

4238
[csp]: http://cloudsuite.ch "CloudSuite Page"
4339
[csl]: http://cloudsuite.ch/pages/license/ "CloudSuite License"
4440
[csb]: http://cloudsuite.ch/#download "CloudSuite Benchmarks"
45-
[pkb]: https://github.com/GoogleCloudPlatform/PerfKitBenchmarker "Google's PerfKit Benchmarker"
4641
[CSv3]: https://github.com/parsa-epfl/cloudsuite/tree/CSv3 "CloudSuite v3"
4742
[status_pg]: https://github.com/parsa-epfl/cloudsuite/wiki/CloudSuite-4.0-Workload-Status-Matrix

0 commit comments

Comments
 (0)