metrics: Add C-Ray README

This PR adds the C-Ray documentation at the README file.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-07-18 16:35:54 +00:00
parent 8e7d9926e4
commit 98c1217093

View File

@ -0,0 +1,9 @@
# 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/disk/c-ray $ ./cray.sh
```