summaryrefslogtreecommitdiff
path: root/bench
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add wtperf option to execute lots of checkpoints during populate phase.Alex Gorrod2014-06-122-4/+17
* Fix a race in the populate phase of wtperf with multiple threads.Alex Gorrod2014-06-121-2/+2
* Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051Susan LoVerso2014-06-0932-32/+32
* Fix an implicit sign conversion found by clang 3.5.Michael Cahill2014-06-061-3/+4
* Change test1-4 to max out with 2 billion items.Susan LoVerso2014-06-054-1/+1
* Fix max_latency config units.Susan LoVerso2014-06-021-1/+1
* Add a comment so nobody accidentally changes the sprintf() call back toKeith Bostic2014-05-311-2/+5
* Avoid snprintf for key generation in wtperf: in small-btree, there is a measu...Michael Cahill2014-05-301-2/+1
* Update a comment in wtperfMichael Cahill2014-05-301-1/+4
* Make sure we generate wtperf keys within the expected range.Michael Cahill2014-05-301-0/+2
* Factor out the code to generate keys in wtperf, include the trailing NUL in t...Michael Cahill2014-05-291-8/+14
* Fix the pareto calculation in wtperf: __wt_random returns values up to UINT32...Michael Cahill2014-05-291-2/+2
* Allow all byte values when wtperf randomizes its values: we will occasionally...Michael Cahill2014-05-291-3/+2
* Merge branch 'develop' into wtperf-randomize-valueMichael Cahill2014-05-291-22/+16
|\
| * Fix allocation for concatenation of wtperf command-line arguments.Michael Cahill2014-05-291-22/+16
* | Add some paranoia to wtperf's copying and randomizing of values.Michael Cahill2014-05-291-7/+18
|/
* Merge pull request #1033 from wiredtiger/async-app-privatesueloverso2014-05-281-5/+5
|\
| * Add an app_private field to the WT_ASYNC_OP handle.Alex Gorrod2014-05-281-5/+5
* | Avoid potential buffer overrun in wtperf.Alex Gorrod2014-05-281-1/+1
|/
* Expose the private field with a macro.Susan LoVerso2014-05-271-5/+5
* Allow async to be reconfigured. #1002Susan LoVerso2014-05-131-0/+13
* Coverity. Clean up unused variables.Susan LoVerso2014-05-121-19/+2
* Don't use WiredTiger verbose messages in wtperf.Alex Gorrod2014-05-081-1/+1
* Make reads:update 1:2 for wtperf async.Susan LoVerso2014-05-071-1/+1
* Lint.Susan LoVerso2014-05-062-2/+0
* Lint.Susan LoVerso2014-05-062-6/+16
* Fix some warnings introduced by the async API.Michael Cahill2014-05-061-1/+1
* Merge branch 'develop' into async. Fix conflicts.Susan LoVerso2014-05-052-5/+6
|\
| * Custodial pointer 'user_cconfig' (line 1552) has not been freed or returnedKeith Bostic2014-05-011-4/+5
* | Fixes to worker thread: Use wt_session interface for transactionsSusan LoVerso2014-05-051-1/+1
* | Merge branch 'develop' into asyncSusan LoVerso2014-04-301-4/+25
|\ \ | |/
| * Fix warnings.Susan LoVerso2014-04-301-1/+2
| * Allow multiple -C or -T args to concatenate.Susan LoVerso2014-04-301-4/+24
* | Merge branch 'develop' into asyncSusan LoVerso2014-04-292-0/+136
|\ \ | |/
| * Add a wtperf config that disables prefix compression, to see how the results ...Michael Cahill2014-04-291-0/+10