summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2015-11-03 11:19:40 -0500
committerdalyd <david.daly@mongodb.com>2015-11-16 11:44:14 -0500
commitb632859c54fde025260e229094ca587e5d5ff81f (patch)
tree9de1dd83fb2da40844082ce922a47dddefb087ce
parent1992604c52874075e7cdab9dcd43e430eebaf956 (diff)
downloadmongo-b632859c54fde025260e229094ca587e5d5ff81f.tar.gz
SERVER-20521: Update Mongo-perf display names in Evergreen to sort better
-rw-r--r--etc/perf.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 0b2d3b3696d..3bf70e7a9a1 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -259,7 +259,7 @@ tasks:
buildvariants:
- name: linux-wt-standalone
- display_name: Linux WT Standalone
+ display_name: Standalone Linux WT
batchtime: 90 # 1.5 hours
expansions:
compile_flags: &compile_flags -j$(grep -c ^processor /proc/cpuinfo) --cc=/opt/mongodbtoolchain/bin/gcc --cxx=/opt/mongodbtoolchain/bin/g++ --release --variant-dir="linux2/release"
@@ -282,7 +282,7 @@ buildvariants:
- name: singleThreaded
- name: linux-mmap-standalone
- display_name: Linux MMAPv1 Standalone
+ display_name: Standalone Linux MMAPv1
batchtime: 90 # 1.5 hours
expansions:
compile_flags: *compile_flags
@@ -305,7 +305,7 @@ buildvariants:
- name: singleThreaded
- name: linux-wt-repl
- display_name: Linux WT 1-Node ReplSet
+ display_name: 1-Node ReplSet Linux WT
batchtime: 360 # 6 hours
expansions:
compile_flags: *compile_flags
@@ -325,7 +325,7 @@ buildvariants:
- name: singleThreaded
- name: linux-mmap-repl
- display_name: Linux MMapv1 1-Node ReplSet
+ display_name: 1-Node ReplSet Linux MMAPv1
batchtime: 360 # 6 hours
expansions:
compile_flags: *compile_flags