summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build warning in wtperfAlex Gorrod2013-08-201-1/+2
* Add option to wtperf to populate in batches.Alex Gorrod2013-08-191-3/+20
* Fix build failure.Alex Gorrod2013-08-161-2/+0
* Leave default home directory as WT_TEST so make check works.Alex Gorrod2013-08-161-1/+0
* Compiler warnings..Alex Gorrod2013-08-161-2/+2
* Fix compiler warnings.Alex Gorrod2013-08-151-9/+7
* Style.Susan LoVerso2013-08-141-77/+56
* formatting. refs #593Don Anderson2013-08-131-3/+2
* formatting. refs #593Don Anderson2013-08-131-21/+9
* removed -v option (duplicates -o verbose=N). Fixed typo in message. refs #593Don Anderson2013-08-131-6/+2
* formatting fixes, typo in comment, removed redundant 'break' stmt. refs #593Don Anderson2013-08-131-4/+2
* alphabetize forward definitions. refs #593Don Anderson2013-08-131-6/+6
* fixed signed/unsigned and 32/64 bit compilation warnings. refs #593Don Anderson2013-08-091-8/+8
* Remove flagval for random, random_range implies this.Don Anderson2013-08-021-12/+25
* Added a help description to the definition of each option.Don Anderson2013-08-011-103/+57
* Defined all options in wtperf_opt.i, included multiple times. refs #593Don Anderson2013-07-311-67/+22
* Changed -S -M -L to internally use config strings. refs #593Don Anderson2013-07-301-92/+45
* Changed all command line arg parsing to use the standard parsing. refs #593Don Anderson2013-07-291-31/+56
* Changed option parser to use the WT config parser for the guts of parsing.Don Anderson2013-07-291-49/+216
* wtperf: added -O optionfile and -o option=value with basic parser.Don Anderson2013-07-291-9/+280
* Build fixes for gcc 4.1.2.Michael Cahill2013-05-171-0/+1
* Build wtperf as a static binary to make profiling simpler, only log "fast" st...Michael Cahill2013-04-241-1/+1
* Add ability to do random inserts in workload phase of wtperf.Alex Gorrod2013-04-191-15/+55
* Add optional Pareto distribution random numbers to wtperf.Alex Gorrod2013-04-081-11/+47
* Update wtperf so the update thread works.Alex Gorrod2013-03-281-4/+6
* Add a RMW insert mode to wtbench. Fix build warnings:Alex Gorrod2013-03-201-5/+37
* Make single-threaded populate in wtperf into a bulk load.Michael Cahill2013-01-171-1/+4
* Add the ability to run wtperf without an initial populate phase.Alex Gorrod2013-01-091-4/+15
* wtperf.c:345:9: error: 'ret' may be used uninitialized in this functionMichael Cahill2013-01-031-2/+2
* Fix some warnings and a buffer overrun in wtperf:Michael Cahill2013-01-031-6/+6
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* Update wtperf to support insert threads in workload mode.Alex Gorrod2012-12-201-24/+127
* wtperf: use the last operation name in error messages.Michael Cahill2012-12-171-1/+3
* Remove bulk load from wtperf - it's ignored by LSM, and we are notAlex Gorrod2012-12-111-4/+2
* wtperf.c:291:6: error: 'op_ret' may be used uninitialized in this functionMichael Cahill2012-12-101-0/+1
* Fix a bug where we weren't releasing a btree rwlock in some paths of theAlex Gorrod2012-12-101-22/+40
* Tidy and enhance output from wtperf.Alex Gorrod2012-12-071-6/+16
* Add checkpoint and update threads to wtbench (ex_test_perf).Alex Gorrod2012-12-071-58/+190
* Move examples/c/ex_test_perf.c to bench/wtperf.Michael Cahill2012-12-051-0/+877