summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf_opt.i
Commit message (Expand)AuthorAgeFilesLines
* Add support for LZ4.Keith Bostic2015-03-181-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Fixup wtperf config documentation.Alex Gorrod2014-12-011-1/+1
* Remove unsupported schema_threads.Susan LoVerso2014-10-221-4/+0
* Add the code changes tfor wtperf ops_per_txn.Alex Gorrod2014-10-221-1/+6
* Add the ability to throttle workers in wtperf.Alex Gorrod2014-09-241-2/+4
* Move CONFIG_OPT enum/structure into config_opt.h, move doxygen DEF_OPTKeith Bostic2014-08-041-0/+11
* DEF_OPT_AS_INT isn't actually used anywhere, remove it for now.Keith Bostic2014-08-041-5/+0
* Minor cleanups to the OPT_DEFINE_DESC macros, don't stringify objectsKeith Bostic2014-08-021-6/+6
* Update wtperf stress checkpoint setup.Alex Gorrod2014-06-251-3/+5
* Set split_pct by default in wtperf: we use a 4KB allocation size and a 4KB le...Michael Cahill2014-06-131-1/+2
* Add wtperf option to execute lots of checkpoints during populate phase.Alex Gorrod2014-06-121-0/+2
* Add async support for wtperf populate. Remove unused stat.Susan LoVerso2014-04-141-0/+1
* Change max_latency units to msecs. Add it into several configs. #926Susan LoVerso2014-03-251-2/+2
* Add max latency and min throughput settings. #926Susan LoVerso2014-03-241-0/+6
* Add warmup configuration option to wtperf.Alex Gorrod2014-03-181-0/+2
* Fixes to wtperf as per review comments.Alex Gorrod2014-02-261-1/+2
* Merge branch 'config-parse-api' into wtperf-multiple-databasesAlex Gorrod2014-02-261-2/+2
|\
| * 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/+3
|/
* Add compression as a wtperf config. #871Susan LoVerso2014-02-111-0/+3
* Clarify a wtperf configuration setting.Alex Gorrod2014-02-111-1/+3
* Add ability to create multiple tables to wtperf.Alex Gorrod2014-02-041-0/+3
* Initial changes to get some basho_bench/riak like tests running inSusan LoVerso2014-01-271-4/+7
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Change wtperf to remove merge_sleep and add compact. #792Susan LoVerso2013-12-091-2/+1
* The rest of the changes for #775: we can now support multiple, entirelyKeith Bostic2013-12-021-4/+8
* Replace two thread modes (individual insert, read & update threads,Keith Bostic2013-12-021-7/+4
* Change the default sample rate in wtperf to 50 -- sampling every operation in...Michael Cahill2013-11-291-1/+1
* Merge branch 'develop' into wtperf-sampleMichael Cahill2013-11-281-2/+2
|\
| * s/data/value/ in a few more places.Michael Cahill2013-11-281-2/+2
* | Switch wtperf from aggregating to sampling for latency measurements.Alex Gorrod2013-11-271-2/+3
|/
* Don't aggregate different types of operations. Now that we're isolatingKeith Bostic2013-11-261-2/+2
* Change latency_aggregate's default to 1.Keith Bostic2013-11-251-1/+1
* line-wrappedKeith Bostic2013-11-251-1/+2
* Fix compiler warnings in wtperf.Alex Gorrod2013-11-251-1/+2
* Add support for tracking operation latency in wtperf.Keith Bostic2013-11-231-0/+2
* Add support for a particular job mix separate from the number of threadsKeith Bostic2013-11-221-0/+4
* Clarify a little, you have to specify one of run_time and run_ops.Keith Bostic2013-11-221-2/+2
* Add support for running a specific number of workload operations insteadKeith Bostic2013-11-221-1/+4
* random_range is a boolean, not a uint32Keith Bostic2013-11-221-10/+8
* Replace the stat_worker/stat_interval function/interval pair (thatKeith Bostic2013-11-211-2/+2
* Remove the explicit statistics cursor read/dump from stat_worker, itKeith Bostic2013-11-201-1/+1
* Make checkpoints look like other threads so we can more easily monitorKeith Bostic2013-11-201-2/+2
* Show the default configuration in the help/usage output.Keith Bostic2013-11-201-1/+3
* Remove \n from descriptions, toss in a pretty-print function that breaksKeith Bostic2013-11-191-6/+6
* Discard support for flags (FLAG_TYPE) in the configuration API: it'sKeith Bostic2013-11-191-23/+10
* merge_sleep didn't match the comments (-1 is supposed to sleep for theKeith Bostic2013-11-191-18/+23
* Replace rand/srand with the WiredTiger __wt_random -- it's basicallyKeith Bostic2013-10-241-1/+0
* Fix wtperf insert_rmw functionality.Alex Gorrod2013-10-241-1/+1