From 93dcdf7eabb3f6522e2b3383d45f8b2c9713b1e3 Mon Sep 17 00:00:00 2001 From: Captain Wei Date: Mon, 11 May 2020 15:08:07 +0800 Subject: [PATCH] add yaml file --- fio.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fio.yaml diff --git a/fio.yaml b/fio.yaml new file mode 100644 index 0000000..693642a --- /dev/null +++ b/fio.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: axboe/fio +tag_prefix: ^fio- +seperator: . -- Gitee