diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2018-12-18 14:05:24 -0500 |
---|---|---|
committer | Henrik Edin <henrik.edin@mongodb.com> | 2018-12-19 09:36:15 -0500 |
commit | 21426a6920572ab17e97b259c642ecde7856d17c (patch) | |
tree | 1d1a2ecb93fb7ea706b1585c8873e4f5c3b2656e /src/third_party/SConscript | |
parent | 20d857c7609bd2e7cbba5649bd943a7073ea1509 (diff) | |
download | mongo-21426a6920572ab17e97b259c642ecde7856d17c.tar.gz |
SERVER-37994 Upgrade google benchmark to v1.4.1
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r-- | src/third_party/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript index 852d93235f2..990f779aff2 100644 --- a/src/third_party/SConscript +++ b/src/third_party/SConscript @@ -17,7 +17,7 @@ icuSuffix = '-57.1' gperftoolsSuffix = '-2.5' timelibSuffix = '-2018.01alpha1' tomcryptSuffix = '-1.18.1' -benchmarkSuffix = '-1.3.0' +benchmarkSuffix = '-1.4.1' sqliteSuffix = '-amalgamation-3190300' thirdPartyIncludePathList = [ |