Revision 8e41e54e1bc6dc26c2035793d3844ca174f8f883 authored by Yueh-Hsuan Chiang on 27 May 2014, 20:52:44 UTC, committed by Yueh-Hsuan Chiang on 27 May 2014, 20:52:44 UTC
Summary:
Originally, the boolean arguments in Java DB benchmark only takes
true and false as valid input.  This diff allows boolean arguments
to be set using 0 or 1.

Test Plan:
make rocksdbjava
make jdb_bench
java/jdb_bench.sh --db=/tmp/path-not-exist --use_existing_db=1
java/jdb_bench.sh --db=/tmp/path-not-exist --use_existing_db=0
java/jdb_bench.sh --db=/tmp/path-not-exist --use_existing_db=1

Reviewers: haobo, dhruba, sdong, ankgup87, rsumbaly, swapnilghike, zzbennett

Reviewed By: haobo

Subscribers: leveldb

Differential Revision: https://reviews.facebook.net/D18687
1 parent f068d2a
History
File Mode Size
win
README -rw-r--r-- 405 bytes
atomic_pointer.h -rw-r--r-- 4.9 KB
likely.h -rw-r--r-- 780 bytes
port.h -rw-r--r-- 917 bytes
port_example.h -rw-r--r-- 4.5 KB
port_posix.cc -rw-r--r-- 3.0 KB
port_posix.h -rw-r--r-- 13.1 KB
stack_trace.cc -rw-r--r-- 3.3 KB
stack_trace.h -rw-r--r-- 678 bytes

README

back to top