summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-09-11 17:17:38 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-09-11 17:17:38 -0400
commit5ab11584e45c4c1825d5cace58e5f31c59f19e62 (patch)
treebb14d08320f4185950f2478ba76716dd47158e81 /src
parenta3c62ebeebb69982fda16697294827bb68a093bc (diff)
downloadmongo-5ab11584e45c4c1825d5cace58e5f31c59f19e62.tar.gz
SERVER-37013 Bump pin for mongo-perf repo in get_sources.sh script.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/third_party/scripts/mongo-perf_get_sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/scripts/mongo-perf_get_sources.sh b/src/third_party/scripts/mongo-perf_get_sources.sh
index 113fef3532f..b1f5cc60115 100755
--- a/src/third_party/scripts/mongo-perf_get_sources.sh
+++ b/src/third_party/scripts/mongo-perf_get_sources.sh
@@ -34,7 +34,7 @@ pushd $SRC_ROOT
# We pin to a particular commit of the mongodb/mongo-perf repository to make it clear what version
# of the JavaScript test cases we are running.
-git checkout 824f1672b4e684ea4fdb4399e14374c5969467f9
+git checkout 7070ac74dd35fde2f59af01b155191382357ed1d
# We use Python to get the number of CPUs in a platform-agnostic way.
NUM_CPUS=$(python -c 'import multiprocessing; print(multiprocessing.cpu_count())')