summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2017-03-16 13:26:15 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2017-03-16 13:27:45 +0200
commit9791e079fdf873bd09d144e04818384f92f38594 (patch)
treec49c304881f12fa1e3328e3d0d58d4742ea30a34 /etc/perf.yml
parent9e4a377aed5efb3445b6ef124beabbe87ba46889 (diff)
downloadmongo-9791e079fdf873bd09d144e04818384f92f38594.tar.gz
SERVER-28329 Remove comparison tasks from Microbenchmarks
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml200
1 files changed, 0 insertions, 200 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 353b40c8f6b..f77a007b9b7 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -115,34 +115,6 @@ functions:
[ { role: 'root', db: 'admin' } ] })"\
admin
echo "MONGOD STARTED."
- "compare":
- - command: json.get
- params:
- task: ${compare_task}
- variant : ${variant1}
- file: "src/stand.json"
- name: "perf"
- - command: json.get
- params:
- task: ${compare_task}
- variant : ${variant2}
- file: "src/node.json"
- name: "perf"
- - command: shell.exec
- type : test
- params:
- working_dir: src
- script: |
- set -o errexit
- set -o verbose
- virtualenv ./venv
- source ./venv/bin/activate
- pip install -r ../dsi/requirements/analysis.txt
- python -u ../dsi/analysis/compare.py -b stand.json -c node.json
- - command: "json.send"
- params:
- name: "perf"
- file: "src/perf.json"
"analyze":
- command: shell.exec
params:
@@ -438,150 +410,6 @@ tasks:
- func: "analyze"
vars:
reports_analysis: true
-- name: singleThreaded-wt-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : singleThreaded
- variant : linux-wt-standalone
- status : "*"
- - name : singleThreaded
- variant : linux-wt-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "singleThreaded"
- variant1 : "linux-wt-standalone"
- variant2 : "linux-wt-repl"
- - func: "analyze"
-- name: insert-wt-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : insert
- variant : linux-wt-standalone
- status : "*"
- - name : insert
- variant : linux-wt-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "insert"
- variant1 : "linux-wt-standalone"
- variant2 : "linux-wt-repl"
- - func: "analyze"
-- name: update-wt-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : update
- variant : linux-wt-standalone
- status : "*"
- - name : update
- variant : linux-wt-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "update"
- variant1 : "linux-wt-standalone"
- variant2 : "linux-wt-repl"
- - func: "analyze"
-- name: misc-wt-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : misc
- variant : linux-wt-standalone
- status : "*"
- - name : misc
- variant : linux-wt-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "misc"
- variant1 : "linux-wt-standalone"
- variant2 : "linux-wt-repl"
- - func: "analyze"
-- name: singleThreaded-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : singleThreaded
- variant : linux-mmap-standalone
- status : "*"
- - name : singleThreaded
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "singleThreaded"
- variant1 : "linux-mmap-standalone"
- variant2 : "linux-mmap-repl"
- - func: "analyze"
-- name: insert-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : insert
- variant : linux-mmap-standalone
- status : "*"
- - name : insert
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "insert"
- variant1 : "linux-mmap-standalone"
- variant2 : "linux-mmap-repl"
- - func: "analyze"
-- name: update-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : update
- variant : linux-mmap-standalone
- status : "*"
- - name : update
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "update"
- variant1 : "linux-mmap-standalone"
- variant2 : "linux-mmap-repl"
- - func: "analyze"
-- name: misc-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : misc
- variant : linux-mmap-standalone
- status : "*"
- - name : misc
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "misc"
- variant1 : "linux-mmap-standalone"
- variant2 : "linux-mmap-repl"
- - func: "analyze"
- name: aggregation
depends_on:
- variant: linux-wt-standalone
@@ -683,31 +511,3 @@ buildvariants:
- name: insert
- name: misc
- name: singleThreaded
-
-- name: linux-wt-repl-compare
- display_name: 1-Node ReplSet Linux inMemory Comparison Standalone
- batchtime: 360 # 6 hours
- expansions:
- project: *project
- run_on:
- - "centos6-perf"
-# - "ubuntu1404-docker"
- tasks:
- - name: singleThreaded-wt-repl-comp
- - name: insert-wt-repl-comp
- - name: update-wt-repl-comp
- - name: misc-wt-repl-comp
-
-- name: linux-mmap-repl-compare
- display_name: 1-Node ReplSet Linux MMAPv1 Comparison Standalone
- batchtime: 360 # 6 hours
- expansions:
- project: *project
- run_on:
- - "centos6-perf"
-# - "ubuntu1404-docker"
- tasks:
- - name: singleThreaded-mmap-repl-comp
- - name: insert-mmap-repl-comp
- - name: update-mmap-repl-comp
- - name: misc-mmap-repl-comp