diff options
Diffstat (limited to 'etc/perf.yml')
-rw-r--r-- | etc/perf.yml | 245 |
1 files changed, 0 insertions, 245 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index f4ba584f751..960a186e3b6 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -442,220 +442,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 @@ -850,34 +636,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 |