| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho... | Michael Cahill | 2015-08-13 | 1 | -2/+2 |
* | wtperf_truncate.c 61 Warning 524: Loss of precision (assignment) | Keith Bostic | 2015-08-03 | 1 | -2/+1 |
* | wtperf.c 101 Warning 695: Inline function 'decode_key(char *)' | Keith Bostic | 2015-08-03 | 1 | -1/+0 |
* | WT-1845 - OPI Lint changes | daveh86 | 2015-07-31 | 1 | -1/+1 |
* | Merge pull request #2033 from wiredtiger/wtperf_truncate | Alex Gorrod | 2015-07-30 | 1 | -1/+57 |
|\ |
|
| * | Don't pass a track variable through to truncate code in wtperf. | Alex Gorrod | 2015-07-27 | 1 | -1/+1 |
| * | Update wtperf truncate implementation. | Alex Gorrod | 2015-07-24 | 1 | -2/+2 |
| * | Lint. | Alex Gorrod | 2015-07-24 | 1 | -1/+1 |
| * | Review feedback for wtperf truncate. | Alex Gorrod | 2015-07-24 | 1 | -7/+26 |
| * | wtperf truncate workload - use track instead of extra variable | daveh86 | 2015-07-22 | 1 | -2/+1 |
| * | WTPERF Truncate - Formatting and other nits | daveh86 | 2015-07-17 | 1 | -1/+1 |
| * | WTPERF_TRUNCATE - Move truncate to own functions | daveh86 | 2015-07-10 | 1 | -0/+15 |
| * | Fix reporting, remove debugging | David Hows | 2015-07-09 | 1 | -1/+3 |
| * | Switch wtperf_truncate to use insert count per thread | David Hows | 2015-07-09 | 1 | -1/+2 |
| * | At which things break horribly | David Hows | 2015-07-08 | 1 | -1/+14 |
| * | PR Test errors | David Hows | 2015-07-06 | 1 | -3/+3 |
| * | Fix alphabetical ordering | David Hows | 2015-06-30 | 1 | -2/+2 |
| * | First version of truncate | David Hows | 2015-06-30 | 1 | -1/+5 |
| * | Initial commit of wtperf mongodb oplog mod | David Hows | 2015-06-30 | 1 | -0/+3 |
* | | SERVER-19340 Avoid type aliasing in the random number generator. | Michael Cahill | 2015-07-27 | 1 | -1/+1 |
|/ |
|
* | Avoid read/write races in the PRNG: switch to using an 8B value instead | Keith Bostic | 2015-05-30 | 1 | -1/+1 |
* | Rename the config key for partial logging to log=(enabled) to match wiredtige... | Michael Cahill | 2015-05-29 | 1 | -1/+1 |
* | Initial changes for per-table logging. | Susan LoVerso | 2015-05-21 | 1 | -0/+2 |
* | Spelling cleanup. | Keith Bostic | 2015-03-28 | 1 | -1/+1 |
* | Add support for LZ4. | Keith Bostic | 2015-03-18 | 1 | -0/+3 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Add the code changes tfor wtperf ops_per_txn. | Alex Gorrod | 2014-10-22 | 1 | -0/+2 |
* | wtperf uses WiredTiger internal include files, so WT_TIMEDIFF can come | Keith Bostic | 2014-10-20 | 1 | -5/+0 |
* | Port all examples, most tests, and wtperf to Windows | Mark Benvenuto | 2014-10-16 | 1 | -2/+13 |
* | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic | 2014-10-04 | 1 | -3/+6 |
* | Minor cleanup of new wtperf throttle code. | Susan LoVerso | 2014-09-25 | 1 | -0/+6 |
* | Add the ability to throttle workers in wtperf. | Alex Gorrod | 2014-09-24 | 1 | -0/+1 |
* | Make random number generation be per session in the WiredTiger library, | Keith Bostic | 2014-09-13 | 1 | -0/+2 |
* | whitespace | Keith Bostic | 2014-09-13 | 1 | -3/+3 |
* | Move CONFIG_OPT enum/structure into config_opt.h, move doxygen DEF_OPT | Keith Bostic | 2014-08-04 | 1 | -12/+3 |
* | Create a standalone program that outputs the wtperf documentation in | Keith Bostic | 2014-08-04 | 1 | -1/+0 |
* | Add a wtperf page to the documentation, how to simulate workloads. | Keith Bostic | 2014-08-02 | 1 | -0/+1 |
* | Lint. | Susan LoVerso | 2014-05-06 | 1 | -1/+0 |
* | Always use async for compact. #921. | Susan LoVerso | 2014-04-29 | 1 | -0/+1 |
* | Add async support for wtperf populate. Remove unused stat. | Susan LoVerso | 2014-04-14 | 1 | -0/+3 |
* | Add warmup configuration option to wtperf. | Alex Gorrod | 2014-03-18 | 1 | -0/+1 |
* | Fix wtperf config parsing to handle long lines. | Alex Gorrod | 2014-03-11 | 1 | -0/+2 |
* | Merge branch 'config-parse-api' into wtperf-multiple-databases | Alex Gorrod | 2014-02-26 | 1 | -1/+1 |
|\ |
|
| * | Simplify code to always use the cfg->uris array. | Susan LoVerso | 2014-02-25 | 1 | -2/+2 |
* | | Add ability for wtperf to run with multiple databases in different threads. | Alex Gorrod | 2014-02-14 | 1 | -0/+1 |
|/ |
|
* | Stop using global variables to track things in wtperf. | Alex Gorrod | 2014-02-13 | 1 | -0/+15 |
* | Fix latency units. #864 | Susan LoVerso | 2014-02-12 | 1 | -2/+2 |
* | Typo | Susan LoVerso | 2014-02-12 | 1 | -1/+1 |
* | Fix some warnings in the wtperf config code. | Michael Cahill | 2014-02-12 | 1 | -2/+3 |
* | Add compression as a wtperf config. #871 | Susan LoVerso | 2014-02-11 | 1 | -0/+22 |