mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-31 04:04:24 +01:00
This PR fixes the C-Ray documentation for kata metrics.
Fixes #8052
Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
(cherry picked from commit 4815736820)
11 lines
260 B
Markdown
11 lines
260 B
Markdown
# Kata Containers C-Ray Metrics
|
|
This is a test of C-Ray which is a simple raytracer designed to test the floating-point CPU performance.
|
|
|
|
## Running the C-Ray test
|
|
Individual test can be run by hand, for example:
|
|
|
|
```
|
|
$ cd metrics/cpu/c-ray
|
|
$ ./cray.sh
|
|
```
|