summaryrefslogtreecommitdiff
path: root/bench
Commit message (Expand)AuthorAgeFilesLines
* gcc doesn't like externs inside functions (warning: nested externKeith Bostic2014-10-101-3/+4
* Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic2014-10-101-14/+19
* Simplify gcc.h, don't repeat the GCC atomic builtins, just use one version.Keith Bostic2014-10-041-3/+6
* implicit conversion loses integer precision [-Wshorten-64-to-32]Michael Cahill2014-10-031-1/+1
* Make sure all LSM tests have 6 threads, resulting in at least 2 mergeSusan LoVerso2014-09-3015-16/+16
* Minor cleanup of new wtperf throttle code.Susan LoVerso2014-09-252-8/+17
* Fixup compiler warning.Alex Gorrod2014-09-252-4/+5
* Add the ability to throttle workers in wtperf.Alex Gorrod2014-09-245-4/+71
* Remove lsm=(merge_threads) configuration option.Alex Gorrod2014-09-1932-48/+48
* Ensure the wtperf threads don't start in lock-step, run each thread'sKeith Bostic2014-09-151-5/+22
* Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-132-22/+29
* whitespaceKeith Bostic2014-09-131-3/+3
* clang gets pthread_t initialization wrong: wtperf.c:1865:28: warning:Keith Bostic2014-09-121-0/+2
* Fix warning.Susan LoVerso2014-09-111-2/+2
* Restore load time to floating point for better granularity. RestoreSusan LoVerso2014-09-112-14/+27
* Limit range in shared cache wtperf configuration.Alex Gorrod2014-09-101-0/+1
* Add wtperf configuration for shared cache testing.Alex Gorrod2014-09-101-0/+11
* Send t_ret error value to lprintf.Susan LoVerso2014-09-041-1/+1
* Make load time seconds an integer, instead of a double. Simplify wtperf_run ...Susan LoVerso2014-09-022-28/+13
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-011-0/+1
* clang unconditionalized variable complaintKeith Bostic2014-09-011-27/+27
* Config change to reflect riak config more accurately.Susan LoVerso2014-08-261-3/+5
* Reduce insert thread count to 1. #1152Susan LoVerso2014-08-142-2/+2
* Increase cache size for longer runtime and larger table. #1152Susan LoVerso2014-08-142-2/+6
* Turn asynchronous flush of leaf pages back on.Keith Bostic2014-08-142-2/+2
* Merge pull request #1149 from wiredtiger/wtperf-docAlex Gorrod2014-08-081-0/+11
|\
| * Add large-lsm config and use that for wtperf doc.Susan LoVerso2014-08-071-0/+11
* | Remove tcbench, it makes clang's static analyzer unhappy and we're notKeith Bostic2014-08-074-876/+0
|/
* Replace goto's around async_new_op calls with a simpler while loop.Keith Bostic2014-08-051-27/+19
* Switch WT_CONNECTION.async_new_op calls to use EBUSY; reference #1153.Keith Bostic2014-08-051-3/+3
* Move CONFIG_OPT enum/structure into config_opt.h, move doxygen DEF_OPTKeith Bostic2014-08-044-30/+56
* Create a standalone program that outputs the wtperf documentation inKeith Bostic2014-08-044-48/+125
* DEF_OPT_AS_INT isn't actually used anywhere, remove it for now.Keith Bostic2014-08-041-5/+0
* Add a wtperf page to the documentation, how to simulate workloads.Keith Bostic2014-08-023-1/+48
* Minor cleanups to the OPT_DEFINE_DESC macros, don't stringify objectsKeith Bostic2014-08-021-6/+6
* Add a compact to the evict-lsm job to reduce variability during the query phase.Michael Cahill2014-07-221-0/+1
* Dueling static analyzers: clang's scan-build thinks it's a dead read ifKeith Bostic2014-07-031-1/+1
* If the configuration sanity check fails, we're done, don't keep trying.Keith Bostic2014-07-032-5/+7
* Don't drop core if table_count < 1; database_count < 1 makes no sense,Keith Bostic2014-07-031-4/+6
* Don't cast the return from calloc, it's not necessary.Keith Bostic2014-07-032-8/+6
* dead assignment ("fd" never read before being subsequently set)Keith Bostic2014-07-031-1/+0
* dead assignment ("typestr" always reset)Keith Bostic2014-07-031-1/+0
* dead assignments ('uri' never read, 'session' never read)Keith Bostic2014-07-031-10/+7
* Move connection close/reopen to its own function called by start_run.Susan LoVerso2014-06-261-7/+18
* Don't repeat the connection close in start_run() if execute_populate()Keith Bostic2014-06-261-0/+5
* Update wtperf stress checkpoint setup.Alex Gorrod2014-06-252-6/+8
* Have wtperf script run 3 times and check for stability #1061Susan LoVerso2014-06-171-58/+100
* Set split_pct by default in wtperf: we use a 4KB allocation size and a 4KB le...Michael Cahill2014-06-131-1/+2
* Don't close the connection before compacting: compact now makes sure that all...Michael Cahill2014-06-131-15/+0
* Have wtperf close the connection before running compact. This should not be ...Michael Cahill2014-06-121-0/+15