diff --git a/tests/metrics/cpu/README.md b/tests/metrics/cpu/README.md index 3dd3a29280..339cd8a100 100644 --- a/tests/metrics/cpu/README.md +++ b/tests/metrics/cpu/README.md @@ -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 ```