From b0bea47c53e88c1534f1b2f2ab6fea7fe9f3a337 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 27 Jul 2023 16:42:11 +0000 Subject: [PATCH] metrics: Add makefile to report generator This PR adds the makefile to report generator for the FIO test. Signed-off-by: Gabriela Cervantes --- tests/metrics/storage/fio-k8s/scripts/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/metrics/storage/fio-k8s/scripts/Makefile diff --git a/tests/metrics/storage/fio-k8s/scripts/Makefile b/tests/metrics/storage/fio-k8s/scripts/Makefile new file mode 100644 index 0000000000..a33a5015c0 --- /dev/null +++ b/tests/metrics/storage/fio-k8s/scripts/Makefile @@ -0,0 +1,10 @@ +# +# Copyright (c) 2021-2023 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# +MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) +MKFILE_DIR := $(dir $(MKFILE_PATH)) +run: + $(MKFILE_DIR)/compare-virtiofsd-dax.sh + "$(MKFILE_DIR)/report/gen-html-fio-report.sh" "./results"