[clangd] Add index benchmarks
authorKirill Bobyrev <kbobyrev.opensource@gmail.com>
Wed, 12 Sep 2018 07:49:44 +0000 (07:49 +0000)
committerKirill Bobyrev <kbobyrev.opensource@gmail.com>
Wed, 12 Sep 2018 07:49:44 +0000 (07:49 +0000)
commit73c201da51505c8598625918f0f0cf8b315360da
tree7e3287c4d5222339c38f9c70b29f7648603f1b1b
parente1e19c7b7509066f4489d02cee94efa6ea50bd68
[clangd] Add index benchmarks

This patch introduces index benchmarks on top of the proposed LLVM
benchmark pull.

Reviewed By: sammccall, lebedev.ri

Differential Revision: https://reviews.llvm.org/D51090

llvm-svn: 342026
clang-tools-extra/clangd/CMakeLists.txt
clang-tools-extra/clangd/benchmarks/CMakeLists.txt [new file with mode: 0644]
clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp [new file with mode: 0644]
clang-tools-extra/test/clangd/Inputs/BenchmarkHeader.h [new file with mode: 0644]
clang-tools-extra/test/clangd/Inputs/BenchmarkSource.cpp [new file with mode: 0644]
clang-tools-extra/test/clangd/Inputs/requests.log [new file with mode: 0644]
clang-tools-extra/test/clangd/index-tools.test [new file with mode: 0644]
clang-tools-extra/test/lit.cfg