mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-25 09:14:29 +01:00
This PR renames C-Ray tests to cpu category. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
10 lines
260 B
Markdown
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
|
|
```
|