aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/ann/CMakeLists.txt
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2019-11-14 07:42:53 +0000
committerArne Juul <arnej@verizonmedia.com>2019-12-19 11:12:13 +0000
commit67e1b35011e14b0c1dafefe44d3ae4989796bf4b (patch)
treec1d822f2b1536c482daf433d86636e36af701589 /eval/src/tests/ann/CMakeLists.txt
parent2a63fe7b6a49e85ea525f4e35c574a103c7fd0fe (diff)
add timing/quality benchmark tool for ANN
Diffstat (limited to 'eval/src/tests/ann/CMakeLists.txt')
-rw-r--r--eval/src/tests/ann/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/eval/src/tests/ann/CMakeLists.txt b/eval/src/tests/ann/CMakeLists.txt
new file mode 100644
index 00000000000..d82b2311b22
--- /dev/null
+++ b/eval/src/tests/ann/CMakeLists.txt
@@ -0,0 +1,10 @@
+# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+
+vespa_add_executable(eval_sift_benchmark_app
+ SOURCES
+ sift_benchmark.cpp
+ xp-annoy-nns.cpp
+ xp-lsh-nns.cpp
+ DEPENDS
+ vespaeval
+)