mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 00:17:54 +00:00
This PR fixes the C-Ray documentation for kata metrics. Fixes #8052 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
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
|
|
```
|