summaryrefslogtreecommitdiff
path: root/src/mongo/shell/bench.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-2/+2
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
|
* SERVER-37156 Wait for worker threads to exit in benchRun().Max Hirschhorn2018-09-171-0/+3
|
* SERVER-35537 Create mongoebench for running benchRun against mobile.Max Hirschhorn2018-07-101-1/+32
| | | | | | It take a JSON config file with a "pre" section for any setup logic and an "ops" section for the operations that the benchRun workers should execute repeatedly.
* SERVER-35602 Add support to benchRun for atClusterTime reads with adjustable ↵Dianna Hohensee2018-07-021-3/+26
| | | | getMore delays
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-291-1/+1
|
* SERVER-33324 Add useSnapshotReads option to benchRunTess Avitabile2018-02-141-0/+5
|
* SERVER-31170 Add support for session and transaction number to benchRunKaloian Manassiev2017-09-271-33/+42
|
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-221-5/+5
|
* SERVER-28464: Add canary CPU tests to benchRun and mongoddalyd2017-05-041-1/+3
|
* 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 ↵Andrew Morrow2015-06-161-8/+14
| | | | MONGO_DISALLOW_COPYING
* 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