summaryrefslogtreecommitdiff
path: root/etc
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-24 11:43:51 +0000
commit30e047e7aa8097bda5d88c5676bdd3c825d8e4ca (patch)
tree4c4a7627001729f5af203caa538f458ddfebce80 /etc
parent4e45c8fe184f07eb9cc218fe58181d30b2f75e80 (diff)
downloadmongo-30e047e7aa8097bda5d88c5676bdd3c825d8e4ca.tar.gz
SERVER-28329 Remove comparison tasks from Microbenchmarks
(cherry picked from commit 9791e079fdf873bd09d144e04818384f92f38594)
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml200
1 files changed, 0 insertions, 200 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index d78986f5514..93fa1741add 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -105,34 +105,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:
@@ -348,150 +320,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
@@ -590,31 +418,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