summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEric Cox <eric.cox@mongodb.com>2020-03-10 14:59:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-13 19:37:39 +0000
commit16889524ede36d890f863b63447ba0af9d75013e (patch)
tree4270e50d1738b243f89b3bdd110d25df9d361f37 /etc
parentc6979495ad7429a8a8a65ff1e69687c58cbb1f7b (diff)
downloadmongo-16889524ede36d890f863b63447ba0af9d75013e.tar.gz
SERVER-46494 improve perf of '$function'
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml21
1 files changed, 19 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 88d8b95b94f..bbe3550c448 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -531,7 +531,7 @@ tasks:
vars:
includeFilter1: "aggregation"
includeFilter2: "regression"
- excludeFilter: "none"
+ excludeFilter: "js"
threads: "1"
readCmd: false
- func: "analyze"
@@ -571,7 +571,23 @@ tasks:
- func: "analyze"
vars:
reports_analysis: true
-
+- name: javascript
+ depends_on:
+ - variant: linux-wt-standalone
+ name: compile
+ commands:
+ - func: "git get project"
+ - func: "start server"
+ - func: "run perf tests"
+ vars:
+ includeFilter1: "js"
+ includeFilter2: "aggregation"
+ excludeFilter: "none"
+ threads: "1 2 4 8"
+ readCmd: true
+ - func: "analyze"
+ vars:
+ reports_analysis: true
buildvariants:
- name: linux-wt-standalone
display_name: Standalone Linux inMemory
@@ -622,6 +638,7 @@ buildvariants:
- name: misc
- name: singleThreaded
- name: pipeline-updates
+ - name: javascript
- name: linux-wt-repl
display_name: 1-Node ReplSet Linux inMemory