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-24 15:47:00 +0000
commit39859ac22c0b7cf2065960118e74e80266288c87 (patch)
tree7fad05f82a59c6c60f97cdea4d173ac4ea33e68e /etc
parent763d7bb2d1da2ad8e790775f9757d39064bb686a (diff)
downloadmongo-39859ac22c0b7cf2065960118e74e80266288c87.tar.gz
SERVER-46494 improve perf of '$function'
(cherry picked from commit 16889524ede36d890f863b63447ba0af9d75013e)
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 a495b4c10af..b83b8d9a57a 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