• L
    Single threaded tests -> sync=0 Multi threaded tests -> sync=1 by default... · e126e0da
    Leonidas Galanis 提交于
    Single threaded tests -> sync=0 Multi threaded tests -> sync=1 by default unless DB_BENCH_NO_SYNC is defined
    
    Summary:
    Single threaded tests -> sync=0 Multi threaded tests -> sync=1 by default unless DB_BENCH_NO_SYNC is defined.
    
    Also added updaterandom and mergerandom with putOperator. I am waiting for some results from udb on this.
    
    Test Plan:
    DB_BENCH_NO_SYNC=1 WAL_DIR=/tmp OUTPUT_DIR=/tmp/b DB_DIR=/tmp ./tools/benchmark.sh debug,bulkload,fillseq,overwrite,filluniquerandom,readrandom,readwhilewriting,updaterandom,mergerandom
    
    WAL_DIR=/tmp OUTPUT_DIR=/tmp/b DB_DIR=/tmp ./tools/benchmark.sh debug,bulkload,fillseq,overwrite,filluniquerandom,readrandom,readwhilewriting,updaterandom,mergerandom
    
    Verify sync settings
    
    Reviewers: sdong, MarkCallaghan, igor, rven
    
    Reviewed By: igor, rven
    
    Subscribers: dhruba
    
    Differential Revision: https://reviews.facebook.net/D34185
    e126e0da
benchmark.sh 8.6 KB