mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 13:14:33 +00:00
metrics: Add makefile to report generator
This PR adds the makefile to report generator for the FIO test. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
73c57b9a19
commit
b0bea47c53
10
tests/metrics/storage/fio-k8s/scripts/Makefile
Normal file
10
tests/metrics/storage/fio-k8s/scripts/Makefile
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user