aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/operation_rate_tracker/CMakeLists.txt
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2020-04-29 07:48:45 +0000
committerGeir Storli <geirst@verizonmedia.com>2020-04-29 07:51:06 +0000
commit6d108bacdf3c92ebbf8a84b70ff619201ff1ba53 (patch)
treee42e7a02073facf13936ecf8e860ded3623101e3 /searchcore/src/tests/proton/common/operation_rate_tracker/CMakeLists.txt
parente1d922c6979fa06695bfdcec6cafb8988d67ff77 (diff)
Improve tracking of remove batch rate used to consider to block lid space compaction.
This is also a preparation for tracking the rate of regular remove operations, and use this to consider to block lid space compaction.
Diffstat (limited to 'searchcore/src/tests/proton/common/operation_rate_tracker/CMakeLists.txt')
-rw-r--r--searchcore/src/tests/proton/common/operation_rate_tracker/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/searchcore/src/tests/proton/common/operation_rate_tracker/CMakeLists.txt b/searchcore/src/tests/proton/common/operation_rate_tracker/CMakeLists.txt
new file mode 100644
index 00000000000..f5e6a791124
--- /dev/null
+++ b/searchcore/src/tests/proton/common/operation_rate_tracker/CMakeLists.txt
@@ -0,0 +1,9 @@
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+vespa_add_executable(searchcore_operation_rate_tracker_test_app TEST
+ SOURCES
+ operation_rate_tracker_test.cpp
+ DEPENDS
+ searchcore_pcommon
+ gtest
+)
+vespa_add_test(NAME searchcore_operation_rate_tracker_test_app COMMAND searchcore_operation_rate_tracker_test_app)