From 98c121709300acd15bc609672aba39d2149953d1 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 18 Jul 2023 16:35:54 +0000 Subject: [PATCH] metrics: Add C-Ray README This PR adds the C-Ray documentation at the README file. Signed-off-by: Gabriela Cervantes --- tests/metrics/disk/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/metrics/disk/README.md diff --git a/tests/metrics/disk/README.md b/tests/metrics/disk/README.md new file mode 100644 index 0000000000..3dd3a29280 --- /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 +```