summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2017-04-11 13:30:46 +0300
committerHenrik Ingo <henrik.ingo@mongodb.com>2017-04-11 13:30:46 +0300
commitf609c09f944968970ee87a1c0c169c3af1ea0935 (patch)
tree60a13bf3909a6461253895cb5171b88ec511d6fc /etc
parent606a2ce256ee90d7f92b0a2b52484ddb1e048e79 (diff)
downloadmongo-f609c09f944968970ee87a1c0c169c3af1ea0935.tar.gz
SERVER-28731 Microbenchmarks: Relax default threshold to 7.5%
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml2
-rw-r--r--etc/system_perf.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 133119919bf..572bcab838f 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -171,7 +171,7 @@ functions:
cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "")
REFTAG="3.4.2-Baseline"
OVERRIDE="../dsi/analysis/master/perf_override.json" # Note use of master here cannot use ${project}
- python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag $REFTAG --overrideFile $OVERRIDE --variant ${build_variant} --task ${task_name} --threshold 0.05 --threadThreshold 0.075
+ python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag $REFTAG --overrideFile $OVERRIDE --variant ${build_variant} --task ${task_name} --threshold 0.075 --threadThreshold 0.12
"run perf tests":
- command: shell.exec
params:
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index e122b638302..bba508423f2 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -427,7 +427,7 @@ tasks:
- func: "prepare environment"
vars:
storageEngine: "wiredTiger"
- test: "ycsb"
+ test: "ycsb.noise_test"
- func: "infrastructure provisioning"
- func: "configure mongodb cluster"
vars:
@@ -449,7 +449,7 @@ tasks:
- func: "prepare environment"
vars:
storageEngine: "mmapv1"
- test: "ycsb"
+ test: "ycsb.noise_test"
- func: "infrastructure provisioning"
- func: "configure mongodb cluster"
vars: