summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.h
Commit message (Expand)AuthorAgeFilesLines
* WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-2/+2
* wtperf_truncate.c 61 Warning 524: Loss of precision (assignment)Keith Bostic2015-08-031-2/+1
* wtperf.c 101 Warning 695: Inline function 'decode_key(char *)'Keith Bostic2015-08-031-1/+0
* WT-1845 - OPI Lint changesdaveh862015-07-311-1/+1
* Merge pull request #2033 from wiredtiger/wtperf_truncateAlex Gorrod2015-07-301-1/+57
|\
| * Don't pass a track variable through to truncate code in wtperf.Alex Gorrod2015-07-271-1/+1
| * Update wtperf truncate implementation.Alex Gorrod2015-07-241-2/+2
| * Lint.Alex Gorrod2015-07-241-1/+1
| * Review feedback for wtperf truncate.Alex Gorrod2015-07-241-7/+26
| * wtperf truncate workload - use track instead of extra variabledaveh862015-07-221-2/+1
| * WTPERF Truncate - Formatting and other nitsdaveh862015-07-171-1/+1
| * WTPERF_TRUNCATE - Move truncate to own functionsdaveh862015-07-101-0/+15
| * Fix reporting, remove debuggingDavid Hows2015-07-091-1/+3
| * Switch wtperf_truncate to use insert count per threadDavid Hows2015-07-091-1/+2
| * At which things break horriblyDavid Hows2015-07-081-1/+14
| * PR Test errorsDavid Hows2015-07-061-3/+3
| * Fix alphabetical orderingDavid Hows2015-06-301-2/+2
| * First version of truncateDavid Hows2015-06-301-1/+5
| * Initial commit of wtperf mongodb oplog modDavid Hows2015-06-301-0/+3
* | SERVER-19340 Avoid type aliasing in the random number generator.Michael Cahill2015-07-271-1/+1
|/
* Avoid read/write races in the PRNG: switch to using an 8B value insteadKeith Bostic2015-05-301-1/+1
* Rename the config key for partial logging to log=(enabled) to match wiredtige...Michael Cahill2015-05-291-1/+1
* Initial changes for per-table logging.Susan LoVerso2015-05-211-0/+2
* Spelling cleanup.Keith Bostic2015-03-281-1/+1
* Add support for LZ4.Keith Bostic2015-03-181-0/+3
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Add the code changes tfor wtperf ops_per_txn.Alex Gorrod2014-10-221-0/+2
* wtperf uses WiredTiger internal include files, so WT_TIMEDIFF can comeKeith Bostic2014-10-201-5/+0
* Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-161-2/+13
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-3/+6
* Minor cleanup of new wtperf throttle code.Susan LoVerso2014-09-251-0/+6
* Add the ability to throttle workers in wtperf.Alex Gorrod2014-09-241-0/+1
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-131-0/+2
* whitespaceKeith Bostic2014-09-131-3/+3
* Move CONFIG_OPT enum/structure into config_opt.h, move doxygen DEF_OPTKeith Bostic2014-08-041-12/+3
* Create a standalone program that outputs the wtperf documentation inKeith Bostic2014-08-041-1/+0
* Add a wtperf page to the documentation, how to simulate workloads.Keith Bostic2014-08-021-0/+1
* Lint.Susan LoVerso2014-05-061-1/+0
* Always use async for compact. #921.Susan LoVerso2014-04-291-0/+1
* Add async support for wtperf populate. Remove unused stat.Susan LoVerso2014-04-141-0/+3
* Add warmup configuration option to wtperf.Alex Gorrod2014-03-181-0/+1
* Fix wtperf config parsing to handle long lines.Alex Gorrod2014-03-111-0/+2
* Merge branch 'config-parse-api' into wtperf-multiple-databasesAlex Gorrod2014-02-261-1/+1
|\
| * Simplify code to always use the cfg->uris array.Susan LoVerso2014-02-251-2/+2
* | Add ability for wtperf to run with multiple databases in different threads.Alex Gorrod2014-02-141-0/+1
|/
* Stop using global variables to track things in wtperf.Alex Gorrod2014-02-131-0/+15
* Fix latency units. #864Susan LoVerso2014-02-121-2/+2
* TypoSusan LoVerso2014-02-121-1/+1
* Fix some warnings in the wtperf config code.Michael Cahill2014-02-121-2/+3
* Add compression as a wtperf config. #871Susan LoVerso2014-02-111-0/+22