diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-01-11 01:16:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-11 01:16:55 +0000 |
commit | 5999f4ede4694a7fbe14177f7d4a07341137e300 (patch) | |
tree | 7f28cd74afb9ee0223424cfbfc7c95d10436a16c /tests/data/benchmarks/QPI | |
parent | 5a93fcd8dcf3ac350b5a207912d9ce62783c1ab6 (diff) | |
parent | decad5f7fdb212c4f78fc31f00e591eaba104450 (diff) |
Merge "Add module skeletons"
Diffstat (limited to 'tests/data/benchmarks/QPI')
-rw-r--r-- | tests/data/benchmarks/QPI/fake-qpi.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/benchmarks/QPI/fake-qpi.yaml b/tests/data/benchmarks/QPI/fake-qpi.yaml new file mode 100644 index 00000000..d75c6568 --- /dev/null +++ b/tests/data/benchmarks/QPI/fake-qpi.yaml @@ -0,0 +1,9 @@ +name: Fake QPI +description: a fake QPI producing random result +algorithm: weighted arithmetic mean +sections: +- name: Fake Section + weight: 0.5 + algorithm: geometric mean + metrics: + - fake_metric.yaml |