From bad3ac84b0dd457385ab890347f13a85a8857c70 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 19 Jul 2023 20:48:20 +0000 Subject: [PATCH] metrics: Rename C-Ray to cpu performance tests This PR renames C-Ray tests to cpu category. Signed-off-by: Gabriela Cervantes --- tests/metrics/README.md | 8 ++++++-- tests/metrics/{disk => cpu}/README.md | 0 tests/metrics/{disk => cpu}/c-ray/Dockerfile | 0 tests/metrics/{disk => cpu}/c-ray/cray.sh | 0 4 files changed, 6 insertions(+), 2 deletions(-) rename tests/metrics/{disk => cpu}/README.md (100%) rename tests/metrics/{disk => cpu}/c-ray/Dockerfile (100%) rename tests/metrics/{disk => cpu}/c-ray/cray.sh (100%) diff --git a/tests/metrics/README.md b/tests/metrics/README.md index e13bcea59..825018b01 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