summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/perftests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-3/+3
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-17/+3
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-11/+0
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-2/+2
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-14/+3
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+11
* SERVER-15614 Fix up durability metrics reportingKaloian Manassiev2015-01-121-8/+9
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove boost/version.hpp from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-8/+4
* SERVER-16458 Add lock manager perf tests to dbtests perfdalyd2014-12-101-0/+122
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-4/+5
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-031-1/+1
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-0/+1
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-3/+6
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15305 remove undefined bool conversion errorTyler Brock2014-09-191-2/+1
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-39/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-3/+3
* SERVER-15089 remove last uses of dbclient.connect(char*)Eric Milkie2014-08-291-1/+1
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-1/+2
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14592 de-inline bson and remove bson namespaceEric Milkie2014-07-171-2/+0
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-1/+1
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-07-011-3/+7
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Tyler Brock2014-06-301-7/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-281-3/+7
* Revert "SERVER-13961 Add OperationContext argument to Client::Context"Kaloian Manassiev2014-06-281-7/+3
* SERVER-13961 Add OperationContext argument to Client::ContextKaloian Manassiev2014-06-271-3/+7
* SERVER-13961 Add capability to register and discover OperationContextsKaloian Manassiev2014-06-261-7/+5
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-29/+28
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+1
* SERVER-4740 Don't use unsigned for time deltasMathias Stearn2014-05-271-2/+2
* SERVER-13637: add CollectionCatalogEntry, start Database layerEliot Horowitz2014-05-191-0/+2
* SERVER-13635 remove dead codeHari Khalsa2014-05-161-31/+0
* SERVER-13882 Replace boost::function with stdx::function and boost::bind with...Andy Schwerin2014-05-161-1/+1
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-13173 Use microseconds instead of millis in order to avoid aKaloian Manassiev2014-03-131-10/+7
* SERVER-12556 On 32-bit Windows test runs shorten the duration of PerfTests::I...Kaloian Manassiev2014-01-301-2/+8
* SERVER-11611 SERVER-11543: move btree code into its own directoryEliot Horowitz2013-12-301-1/+1
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-0/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11183 Conditionally disable test that clang-3.2 mis-optimizes.Andrew Morrow2013-10-181-0/+16
* SERVER-8510 Factored out test framework option storageShaun Verch2013-10-041-10/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-4/+6