diff --git a/tests/metrics/README.md b/tests/metrics/README.md index e13bcea592..825018b016 100644 --- a/tests/metrics/README.md +++ b/tests/metrics/README.md @@ -76,8 +76,6 @@ For further details see the [storage tests documentation](storage). Test relating to measure reading and writing against clusters. -For further details see the [disk tests documentation](disk). - ### Machine Learning Tests relating with TensorFlow and Pytorch implementations of several popular @@ -85,6 +83,12 @@ convolutional models. For further details see the [machine learning tests documentation](machine_learning). +### `CPU` + +Tests related with `CPU` performance. + +For further details see the [`cpu` tests documentation](cpu). + ## Saving Results In order to ensure continuity, and thus testing and historical tracking of results, diff --git a/tests/metrics/disk/README.md b/tests/metrics/cpu/README.md similarity index 100% rename from tests/metrics/disk/README.md rename to tests/metrics/cpu/README.md diff --git a/tests/metrics/disk/c-ray/Dockerfile b/tests/metrics/cpu/c-ray/Dockerfile similarity index 100% rename from tests/metrics/disk/c-ray/Dockerfile rename to tests/metrics/cpu/c-ray/Dockerfile diff --git a/tests/metrics/disk/c-ray/cray.sh b/tests/metrics/cpu/c-ray/cray.sh similarity index 100% rename from tests/metrics/disk/c-ray/cray.sh rename to tests/metrics/cpu/c-ray/cray.sh