diff options
author | dalyd <david.daly@mongodb.com> | 2016-12-12 15:52:45 -0500 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2016-12-15 11:10:52 -0500 |
commit | aa6acf5cb79b9ceadc02a8556c4cb7584d44cc6b (patch) | |
tree | 7e0e48451378c536228cf199465ff3aad48e665e /etc | |
parent | 945877550da25c478e81ad575cc585536b788223 (diff) | |
download | mongo-aa6acf5cb79b9ceadc02a8556c4cb7584d44cc6b.tar.gz |
SERVER-27208: Update microbenchmarks to use next mongo-perf release
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 2d54b33f5fd..792026c6123 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -78,7 +78,7 @@ functions: chmod +x mongo git clone https://github.com/mongodb/mongo-perf perf cd perf - git checkout r20161010 + git checkout r20161214 - command: shell.exec params: background: true |