diff --git a/tests/metrics/disk/README.md b/tests/metrics/disk/README.md new file mode 100644 index 000000000..3dd3a2928 --- /dev/null +++ b/tests/metrics/disk/README.md @@ -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 +```