summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-1/+1
* SERVER-21427: Replaced BSONObjBuilder.done() with BSONObjBuilder.obj() in ben...dalyd2016-02-011-1/+1
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-291-418/+636
* SERVER-21912 Iterate command response cursorsCharlie Swanson2015-12-211-2/+30
* SERVER-21426:Add writeConcern support to benchRundalyd2015-12-081-1/+13
* SERVER-21218 make mongos forward maxTimeMS on getMore command to mongodDavid Storch2015-11-051-0/+1
* SERVER-20880 Add "readCmd" option to benchRun find/findOne operationsJason Rassi2015-10-201-15/+112
* SERVER-19564: Make benchRun use insertMultiMartin Bligh2015-07-271-4/+21
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-749/+737
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-3/+3
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-5/+4
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-8/+8
* SERVER-15017: benchRun might return incorrect stats valuesdalyd2015-06-171-56/+68
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-2/+2
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-5/+4
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-13237: benchRun should use a thread-safe random number generatordalyd2015-05-281-5/+12
* SERVER-18567 Replace usages of the legacy ConnectionString::parseKaloian Manassiev2015-05-221-2/+3
* SERVER-17754 Cleanup unused internal client codeKaloian Manassiev2015-05-121-1/+1
* SERVER-17496 Move ShardConnection to separate fileKaloian Manassiev2015-03-091-3/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-7/+7
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-5/+5
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-16125 Make exception handling consistent in BenchRunWorker::run.Andy Schwerin2014-11-131-5/+4
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15148 benchRun variance reductionQuentin Conner2014-09-221-15/+26
* SERVER-15064 Extend benchRun store and retrieve valuesAlvin Richards2014-09-201-17/+25
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14817 fixed benchRun so that it does not call auth() on every operation.Davide Italiano2014-08-081-7/+7
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* SERVER-13961 Pass through OperationContext in the JS frameworkKaloian Manassiev2014-07-281-2/+4
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-0/+2
* SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev2014-07-101-0/+929