summaryrefslogtreecommitdiff
path: root/src/mongo/unittest/benchmark_main.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-60691 remove global service context initialization from benchmark_mainBenety Goh2021-10-201-2/+0
* Revert "SERVER-60388 benchmark_main registers LockerNoopClientObserver with S...Benety Goh2021-10-141-4/+1
* SERVER-60388 benchmark_main registers LockerNoopClientObserver with ServiceCo...Benety Goh2021-10-141-1/+4
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-2/+2
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-4/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-46165 fix building unittests with --opt=offGabriel Russell2020-02-141-4/+4
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-0/+2
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-8/+1
* SERVER-33621 fix lintRobert Guo2018-03-291-0/+1
* SERVER-33621 Warn if benchmark is not compiled with --opt=onRobert Guo2018-03-291-0/+8
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+9
* SERVER-33200 add entry point for Benchmark testsRobert Guo2018-02-141-0/+49