diff options
Diffstat (limited to 'bench/wtperf/runners/parallel-pop-stress.wtperf')
-rw-r--r-- | bench/wtperf/runners/parallel-pop-stress.wtperf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bench/wtperf/runners/parallel-pop-stress.wtperf b/bench/wtperf/runners/parallel-pop-stress.wtperf new file mode 100644 index 00000000000..71da5044c9e --- /dev/null +++ b/bench/wtperf/runners/parallel-pop-stress.wtperf @@ -0,0 +1,9 @@ +# wtperf options file: Run populate multi-threaded with a btree. This can +# uncover conditions where pages are too busy for eviction to work as +# expected +conn_config="cache_size=1GB" +table_config="type=file" +icount=10000000 +report_interval=5 +populate_threads=20 +run_time=0 |