diff options
author | dalyd <david.daly@mongodb.com> | 2016-01-27 12:10:44 -0500 |
---|---|---|
committer | dalyd <david.daly@mongodb.com> | 2016-01-29 14:42:35 -0500 |
commit | d21109c7b3222088c0a382bbc02103c4d133f42f (patch) | |
tree | 43d9e8e8f4c82e3477dbde4b6eb2652bb83a4f01 /etc | |
parent | df9b5b55f27fd377c25ea52886867ca454c7ff09 (diff) | |
download | mongo-d21109c7b3222088c0a382bbc02103c4d133f42f.tar.gz |
SERVER-22326: Upgrade perf.yml to use new mongo-perf release r20160127
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 ac78d8d2086..d8f4a8f9ab5 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -60,7 +60,7 @@ functions: chmod +x mongo git clone https://github.com/mongodb/mongo-perf perf cd perf - git checkout r20150814 + git checkout r20160127 - command: shell.exec params: background: true |