summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2019-05-05 12:55:41 -0700
committerVictor Costan <pwnall@chromium.org>2019-05-05 12:59:23 -0700
commit4bd052d7e8b0469b2b87664388e2a99cb212ecdb (patch)
treed4c9e995198cbc9d326e7cc5ca285229b8e0c4a0 /.clang-format
parent506b1722ef1a58d87325575d9bbcd3c8869381c7 (diff)
downloadleveldb-4bd052d7e8b0469b2b87664388e2a99cb212ecdb.tar.gz
Consolidate benchmark code to benchmarks/.
Currently, the benchmark used to assess leveldb changes lives in db/. The codebase also contains two benchmarks against other database engines in doc/bench/. Moving all the benchmarks in one place opens up the way for extracting common code. PiperOrigin-RevId: 246737541
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 75f3401..f493f75 100644
--- a/.clang-format
+++ b/.clang-format
@@ -8,7 +8,7 @@ DerivePointerAlignment: false
# Order them so that when imported to the authoritative repository they will be
# in correct alphabetical order.
IncludeCategories:
- - Regex: '^(<|"(db|helpers)/)'
+ - Regex: '^(<|"(benchmarks|db|helpers)/)'
Priority: 1
- Regex: '^"(leveldb)/'
Priority: 2