diff options
-rw-r--r-- | samples/fio-template.yaml | 1 | ||||
-rw-r--r-- | samples/ping-template.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/samples/fio-template.yaml b/samples/fio-template.yaml index 395e4c417..ce64cdee2 100644 --- a/samples/fio-template.yaml +++ b/samples/fio-template.yaml @@ -1,3 +1,4 @@ +--- # Sample benchmark task config file # measure storage performance using fio # Jinja2 Syntax is supported diff --git a/samples/ping-template.yaml b/samples/ping-template.yaml index cde6ddd7c..cfc79206a 100644 --- a/samples/ping-template.yaml +++ b/samples/ping-template.yaml @@ -1,3 +1,4 @@ +--- # Sample benchmark task config file # measure network latency using ping # Jinja2 Syntax is supported |