summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21427 fix code formattingMark Benvenuto2016-01-291-35/+35
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-291-12/+64
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-386/+407
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-3/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-15017: benchRun might return incorrect stats valuesdalyd2015-06-171-3/+18
* SERVER-18991 Replace all usages of boost::noncopyable with MONGO_DISALLOW_COP...Andrew Morrow2015-06-161-8/+14
* 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-2/+1
* SERVER-13237: benchRun should use a thread-safe random number generatordalyd2015-05-281-1/+6
* SERVER-13256 Remove boost/utility from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15148 benchRun variance reductionQuentin Conner2014-09-221-0/+2
* SERVER-6018 Replace AtomicUInt with AtomicUInt32Andrew Morrow2014-08-051-2/+2
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+4
* SERVER-13961 Move benchRunner to be in the shell onlyKaloian Manassiev2014-07-101-0/+432