aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <yidingx.liu@intel.com>2019-07-15 14:45:50 +0800
committerPhilip Li <philip.li@intel.com>2019-07-15 16:45:37 +0800
commit6a1b2a0a52df96b9da5ff36fa64a5ae3444e90a8 (patch)
tree6c7b59bb4b1d4fd9c4173cb649623d8ef13ee79a
parent123dec4c7bda9c9df4d2af63ebf488ff396eae42 (diff)
downloadlkp-tests-6a1b2a0a52df96b9da5ff36fa64a5ae3444e90a8.tar.gz
jobs: add mcperf.yaml
set some default value for mcperf, these default value based on offical example ------ mcperf --linger=0 --timeout=5 --conn-rate=1000 --call-rate=1000 --num-calls=10 \ --num-conns=1000 --sizes=u1,16 ------ Signed-off-by: Liu Yiding <yidingx.liu@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rw-r--r--jobs/mcperf.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/jobs/mcperf.yaml b/jobs/mcperf.yaml
new file mode 100644
index 00000000..c534ab96
--- /dev/null
+++ b/jobs/mcperf.yaml
@@ -0,0 +1,12 @@
+suite: mcperf
+testcase: mcperf
+category: benchmark
+
+mcperf:
+ linger: 0
+ timeout: 5
+ testsize: "u1,16"
+ conn_rate: 1000
+ call_rate: 1000
+ num_calls: 10
+ num_conns: 1000