summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2016-09-21 08:57:40 -0400
committerdalyd <david.daly@mongodb.com>2016-10-10 11:30:05 -0400
commit9ba1c43cc03b1b283d798a8f3035efcdf73c15e9 (patch)
tree113b1b9f3d966263b7830c53e49490d49f91c3e6
parentae46881f1a59d341507fbc7179790896c1ccec7e (diff)
downloadmongo-9ba1c43cc03b1b283d798a8f3035efcdf73c15e9.tar.gz
SERVER-26167: Remove mongo-perf wiredTiger mmap comparison variants
(cherry picked from commit f8ea4943799598a143e2a918b5305d74d49ca858)
-rw-r--r--etc/perf.yml245
1 files changed, 0 insertions, 245 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index ec092a9512d..0e15e10a813 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -393,220 +393,6 @@ tasks:
variant1 : "linux-wt-standalone"
variant2 : "linux-wt-repl"
- func: "analyze"
-- name: singleThreaded-wt-mmap-standalone-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : singleThreaded
- variant : linux-wt-standalone
- status : "*"
- - name : singleThreaded
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "singleThreaded"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: query-wt-mmap-standalone-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : query
- variant : linux-wt-standalone
- status : "*"
- - name : query
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "query"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: where-wt-mmap-standalone-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : where
- variant : linux-wt-standalone
- status : "*"
- - name : where
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "where"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: geo-wt-mmap-standalone-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : geo
- variant : linux-wt-standalone
- status : "*"
- - name : geo
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "geo"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: insert-wt-mmap-standalone-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : insert
- variant : linux-wt-standalone
- status : "*"
- - name : insert
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "insert"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: update-wt-mmap-standalone-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : update
- variant : linux-wt-standalone
- status : "*"
- - name : update
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "update"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: misc-wt-mmap-standalone-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : misc
- variant : linux-wt-standalone
- status : "*"
- - name : misc
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "misc"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: aggregation-wt-mmap-standalone-comp
- depends_on:
- - name : aggregation
- variant : linux-wt-standalone
- status : "*"
- - name : aggregation
- variant : linux-mmap-standalone
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "aggregation"
- variant2 : "linux-wt-standalone"
- variant1 : "linux-mmap-standalone"
- - func: "analyze"
-- name: singleThreaded-wt-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : singleThreaded
- variant : linux-wt-repl
- status : "*"
- - name : singleThreaded
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "singleThreaded"
- variant2 : "linux-wt-repl"
- variant1 : "linux-mmap-repl"
- - func: "analyze"
-- name: insert-wt-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : insert
- variant : linux-wt-repl
- status : "*"
- - name : insert
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "insert"
- variant2 : "linux-wt-repl"
- variant1 : "linux-mmap-repl"
- - func: "analyze"
-- name: update-wt-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : update
- variant : linux-wt-repl
- status : "*"
- - name : update
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "update"
- variant2 : "linux-wt-repl"
- variant1 : "linux-mmap-repl"
- - func: "analyze"
-- name: misc-wt-mmap-repl-comp
- depends_on:
- - name : compile
- variant : linux-wt-standalone
- - name : misc
- variant : linux-wt-repl
- status : "*"
- - name : misc
- variant : linux-mmap-repl
- status : "*"
- commands:
- - func: "download analysis scripts"
- - func: "compare"
- vars:
- compare_task : "misc"
- variant2 : "linux-wt-repl"
- variant1 : "linux-mmap-repl"
- - func: "analyze"
- name: singleThreaded-mmap-repl-comp
depends_on:
- name : compile
@@ -803,34 +589,3 @@ buildvariants:
- name: insert-mmap-repl-comp
- name: update-mmap-repl-comp
- name: misc-mmap-repl-comp
-
-- name: linux-wt-mmap-standalone-compare
- display_name: Standalone Linux WT Comparison MMAPv1
- batchtime: 90 # 1.5 hours
- expansions:
- project: *project
- run_on:
- - "centos6-perf"
-# - "ubuntu1404-docker"
- tasks:
- - name: singleThreaded-wt-mmap-standalone-comp
- - name: insert-wt-mmap-standalone-comp
- - name: update-wt-mmap-standalone-comp
- - name: misc-wt-mmap-standalone-comp
- - name: query-wt-mmap-standalone-comp
- - name: where-wt-mmap-standalone-comp
- - name: geo-wt-mmap-standalone-comp
- - name: aggregation-wt-mmap-standalone-comp
-- name: linux-wt-mmap-repl-compare
- display_name: 1-Node ReplSet Linux WT Comparison MMAPv1
- batchtime: 360 # 6 hours
- expansions:
- project: *project
- run_on:
- - "centos6-perf"
-# - "ubuntu1404-docker"
- tasks:
- - name: singleThreaded-wt-mmap-repl-comp
- - name: insert-wt-mmap-repl-comp
- - name: update-wt-mmap-repl-comp
- - name: misc-wt-mmap-repl-comp