summaryrefslogtreecommitdiff
path: root/src/test/xattr_bench.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/xattr_bench.cc')
-rw-r--r--src/test/xattr_bench.cc15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/test/xattr_bench.cc b/src/test/xattr_bench.cc
index 3a4b4236dad..69132da676e 100644
--- a/src/test/xattr_bench.cc
+++ b/src/test/xattr_bench.cc
@@ -18,20 +18,21 @@
#include <iostream>
#include <sstream>
#include <time.h>
-#include "os/FileStore.h"
-#include "include/Context.h"
-#include "common/ceph_argparse.h"
-#include "global/global_init.h"
-#include "common/Mutex.h"
-#include "common/Cond.h"
#include <boost/scoped_ptr.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/binomial_distribution.hpp>
#include <gtest/gtest.h>
-
#include <ext/hash_map>
+#include "include/Context.h"
+#include "common/ceph_argparse.h"
+#include "common/Mutex.h"
+#include "common/Cond.h"
+#include "os/FileStore.h"
+#include "global/global_context.h"
+#include "global/global_init.h"
+
void usage(const string &name) {
std::cerr << "Usage: " << name << " [xattr|omap] store_path store_journal"
<< std::endl;