metrics: Fix C-Ray documentation

This PR fixes the C-Ray documentation for kata metrics.

Fixes #8052

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes 2023-09-25 15:24:15 +00:00
parent 11cf0e2d28
commit 4815736820

View File

@ -5,5 +5,6 @@ This is a test of C-Ray which is a simple raytracer designed to test the floatin
Individual test can be run by hand, for example:
```
$ cd metrics/disk/c-ray $ ./cray.sh
$ cd metrics/cpu/c-ray
$ ./cray.sh
```