Merge pull request #8054 from GabyCT/topic/fixcrdoc

metrics: Fix C-Ray documentation
This commit is contained in:
David Esparza
2023-09-26 09:50:19 -06:00
committed by GitHub

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
```