diff options
author | dalyd <david.daly@mongodb.com> | 2016-12-12 15:52:45 -0500 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2016-12-14 17:06:38 -0500 |
commit | 7665279b79d27744796bd8e9e84d7d8283bdc0a5 (patch) | |
tree | 63d81f61b668d7b0c2370ce1f5e872a11148beb2 /etc | |
parent | 9d920663421437e65706b0587077781895984e2d (diff) | |
download | mongo-7665279b79d27744796bd8e9e84d7d8283bdc0a5.tar.gz |
SERVER-27208: Update microbenchmarks to use next mongo-perf release
(cherry picked from commit 78041437bc5f0fc447cc44959094f45388ac4d07)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/perf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index f68b88f9a58..56f56f9d920 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -68,7 +68,7 @@ functions: chmod +x mongo git clone https://github.com/mongodb/mongo-perf perf cd perf - git checkout r20161116 + git checkout r20161214 - command: shell.exec params: background: true |