| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename voxer to overflow. | Susan LoVerso | 2015-01-19 | 4 | -0/+0 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 9 | -0/+9 |
* | Choose a more stable chunk size for small-lsm wtperf workload. | Alex Gorrod | 2014-12-12 | 1 | -1/+1 |
* | Merge branch 'develop' into log-recycle | Susan LoVerso | 2014-12-03 | 1 | -1/+1 |
|\ |
|
| * | Reduce the chunk size in evict-lsm wtperf workload.mongodb-2.8-rc22.8-rc2 | Alex Gorrod | 2014-12-03 | 1 | -1/+1 |
* | | Add no-prealloc version of log.wtperf. | Susan LoVerso | 2014-12-02 | 1 | -0/+11 |
* | | Make pre-alloc a boolean and convert connection log settings to flags. | Susan LoVerso | 2014-12-02 | 1 | -3/+2 |
|/ |
|
* | Update wtperf multi-lsm configurations. | Alex Gorrod | 2014-12-02 | 2 | -2/+2 |
* | Fixup wtperf config documentation. | Alex Gorrod | 2014-12-01 | 1 | -1/+1 |
* | Add some wtperf workloads that turn logging on. | Alex Gorrod | 2014-11-28 | 3 | -0/+31 |
* | Update wtperf Jenkins runner script to take explicit number of runs and | Susan LoVerso | 2014-11-24 | 1 | -8/+25 |
* | lint | Keith Bostic | 2014-11-11 | 1 | -2/+1 |
* | Only do resets in wtperf for operations that leave the cursor positioned. | Michael Cahill | 2014-10-28 | 1 | -1/+2 |
* | Remove unsupported schema_threads. | Susan LoVerso | 2014-10-22 | 4 | -6/+4 |
* | Add the code changes tfor wtperf ops_per_txn. | Alex Gorrod | 2014-10-22 | 4 | -2/+38 |
* | Add long transaction support to wtperf. | Alex Gorrod | 2014-10-21 | 2 | -0/+16 |
* | Use the whole buffer for config strings: we just calculated the length we need. | Michael Cahill | 2014-10-21 | 1 | -1/+1 |
* | Fix some whitespace, but fix it by removing some code we didn't need. | Keith Bostic | 2014-10-20 | 1 | -2/+1 |
* | wtperf uses WiredTiger internal include files, so WT_TIMEDIFF can come | Keith Bostic | 2014-10-20 | 1 | -5/+0 |
* | Fix build warnings from wtperf. | Alex Gorrod | 2014-10-17 | 1 | -8/+0 |
* | Port all examples, most tests, and wtperf to Windows | Mark Benvenuto | 2014-10-16 | 4 | -34/+32 |
* | gcc doesn't like externs inside functions (warning: nested extern | Keith Bostic | 2014-10-10 | 1 | -3/+4 |
* | Move the utilities/util_getopt.c implementation of getopt(3) into the | Keith Bostic | 2014-10-10 | 1 | -14/+19 |
* | Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version. | Keith Bostic | 2014-10-04 | 1 | -3/+6 |
* | implicit conversion loses integer precision [-Wshorten-64-to-32] | Michael Cahill | 2014-10-03 | 1 | -1/+1 |
* | Make sure all LSM tests have 6 threads, resulting in at least 2 merge | Susan LoVerso | 2014-09-30 | 15 | -16/+16 |
* | Minor cleanup of new wtperf throttle code. | Susan LoVerso | 2014-09-25 | 2 | -8/+17 |
* | Fixup compiler warning. | Alex Gorrod | 2014-09-25 | 2 | -4/+5 |
* | Add the ability to throttle workers in wtperf. | Alex Gorrod | 2014-09-24 | 5 | -4/+71 |
* | Remove lsm=(merge_threads) configuration option. | Alex Gorrod | 2014-09-19 | 32 | -48/+48 |
* | Ensure the wtperf threads don't start in lock-step, run each thread's | Keith Bostic | 2014-09-15 | 1 | -5/+22 |
* | Make random number generation be per session in the WiredTiger library, | Keith Bostic | 2014-09-13 | 2 | -22/+29 |
* | whitespace | Keith Bostic | 2014-09-13 | 1 | -3/+3 |
* | clang gets pthread_t initialization wrong: wtperf.c:1865:28: warning: | Keith Bostic | 2014-09-12 | 1 | -0/+2 |
* | Fix warning. | Susan LoVerso | 2014-09-11 | 1 | -2/+2 |
* | Restore load time to floating point for better granularity. Restore | Susan LoVerso | 2014-09-11 | 2 | -14/+27 |
* | Limit range in shared cache wtperf configuration. | Alex Gorrod | 2014-09-10 | 1 | -0/+1 |
* | Add wtperf configuration for shared cache testing. | Alex Gorrod | 2014-09-10 | 1 | -0/+11 |
* | Send t_ret error value to lprintf. | Susan LoVerso | 2014-09-04 | 1 | -1/+1 |
* | Make load time seconds an integer, instead of a double. Simplify wtperf_run ... | Susan LoVerso | 2014-09-02 | 2 | -28/+13 |
* | Minor shuffling to turn on more clang warnings: | Keith Bostic | 2014-09-01 | 1 | -0/+1 |
* | clang unconditionalized variable complaint | Keith Bostic | 2014-09-01 | 1 | -27/+27 |
* | Config change to reflect riak config more accurately. | Susan LoVerso | 2014-08-26 | 1 | -3/+5 |
* | Reduce insert thread count to 1. #1152 | Susan LoVerso | 2014-08-14 | 2 | -2/+2 |
* | Increase cache size for longer runtime and larger table. #1152 | Susan LoVerso | 2014-08-14 | 2 | -2/+6 |
* | Turn asynchronous flush of leaf pages back on. | Keith Bostic | 2014-08-14 | 2 | -2/+2 |
* | Merge pull request #1149 from wiredtiger/wtperf-doc | Alex Gorrod | 2014-08-08 | 1 | -0/+11 |
|\ |
|
| * | Add large-lsm config and use that for wtperf doc. | Susan LoVerso | 2014-08-07 | 1 | -0/+11 |
* | | Remove tcbench, it makes clang's static analyzer unhappy and we're not | Keith Bostic | 2014-08-07 | 4 | -876/+0 |
|/ |
|
* | Replace goto's around async_new_op calls with a simpler while loop. | Keith Bostic | 2014-08-05 | 1 | -27/+19 |