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"