Files
kata-containers/tests/metrics/cpu/README.md
Gabriela Cervantes bad3ac84b0 metrics: Rename C-Ray to cpu performance tests
This PR renames C-Ray tests to cpu category.

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
2023-07-20 15:56:02 +00:00

10 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/disk/c-ray $ ./cray.sh
```