|
|
@ -12,13 +12,13 @@ int main() { |
|
|
|
#else |
|
|
|
#else |
|
|
|
|
|
|
|
|
|
|
|
#include <cstdio> |
|
|
|
#include <cstdio> |
|
|
|
|
|
|
|
#include <atomic> |
|
|
|
|
|
|
|
|
|
|
|
#include <gflags/gflags.h> |
|
|
|
#include <gflags/gflags.h> |
|
|
|
|
|
|
|
|
|
|
|
#include "db/write_batch_internal.h" |
|
|
|
#include "db/write_batch_internal.h" |
|
|
|
#include "rocksdb/db.h" |
|
|
|
#include "rocksdb/db.h" |
|
|
|
#include "rocksdb/types.h" |
|
|
|
#include "rocksdb/types.h" |
|
|
|
#include "port/atomic_pointer.h" |
|
|
|
|
|
|
|
#include "util/testutil.h" |
|
|
|
#include "util/testutil.h" |
|
|
|
|
|
|
|
|
|
|
|
// Run a thread to perform Put's.
|
|
|
|
// Run a thread to perform Put's.
|
|
|
|