summaryrefslogtreecommitdiff
path: root/bench
Commit message (Expand)AuthorAgeFilesLines
* Build wtperf as a static binary to make profiling simpler, only log "fast" st...Michael Cahill2013-04-242-1/+2
* Add ability to do random inserts in workload phase of wtperf.Alex Gorrod2013-04-191-15/+55
* wtperf requires the math library, add a link.Keith Bostic2013-04-081-1/+1
* 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-093-11/+36
* Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-0/+3
* 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-012-2/+2
* Update wtperf to support insert threads in workload mode.Alex Gorrod2012-12-201-24/+127
* wtperf runner: add a '-R' flag to reuse the existing database tarball.Michael Cahill2012-12-171-12/+17
* wtperf: use the last operation name in error messages.Michael Cahill2012-12-171-1/+3
* Update the copyright notice so the check scripts don't complain,Keith Bostic2012-12-121-6/+33
* Update default parameters in runner script.EC2 Default User2012-12-121-2/+2
* Add some scripts to help run wtperf.EC2 Default User2012-12-123-0/+124
* 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-052-0/+885
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* Typo, we weren't running fixed-size column-store in bulk-load mode.Keith Bostic2012-05-151-1/+1
* Remember how to run tcbench.Keith Bostic2012-05-152-21/+56
* Clean up warnings with gcc-4.6.Michael Cahill2011-11-281-8/+8
* Add the "create" flag to wiredtiger_open for the TokyoCabinet benchmark.Michael Cahill2011-10-181-1/+1
* Add a table-create config string point, it's easier to test if you canKeith Bostic2011-09-211-10/+12
* Make tcbench build depend on the main library.Michael Cahill2011-09-151-1/+1
* Update to match the new Wiki page.Keith Bostic2011-09-131-15/+24
* Build wttest out of the WiredTiger tree.Keith Bostic2011-09-131-42/+88
* Update the tcbench README with correct instructions.Michael Cahill2011-09-121-2/+2
* Update the TokyoCabinet benchmark for the recent insert behavior changes.Michael Cahill2011-09-122-41/+58
* Rearrange directories to keep Makefile.am with the sources.Michael Cahill2011-09-011-0/+5
* Use automake for all builds, don't maintain Makefiles manually.Michael Cahill2011-08-302-12/+3
* Add random and bulk options to the TokyoCabinet benchmark, remove uses of wir...Michael Cahill2011-08-032-48/+71
* Add an implementation of the Tokyo Cabinet "bros" test for basic comparison o...Michael Cahill2011-05-234-0/+748