From 5ab11584e45c4c1825d5cace58e5f31c59f19e62 Mon Sep 17 00:00:00 2001 From: Max Hirschhorn Date: Tue, 11 Sep 2018 17:17:38 -0400 Subject: SERVER-37013 Bump pin for mongo-perf repo in get_sources.sh script. --- src/third_party/scripts/mongo-perf_get_sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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())') -- cgit v1.2.1