We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efea480 commit ebfca17Copy full SHA for ebfca17
cachelib/benchmarks/CMakeLists.txt
@@ -35,12 +35,8 @@ if (BUILD_TESTS)
35
benchmark_test_support "${ARGN}")
36
endfunction()
37
38
- add_test (BinarySearchVsHashTableBench.cpp)
39
add_test (BucketMutexBench.cpp)
40
add_test (BytesEqualBenchmark.cpp)
41
- add_test (CachelibMapOperationBench.cpp)
42
- add_test (CachelibMapWorkloadBench.cpp)
43
- add_test (CachelibRangeMapWorkloadBench.cpp)
44
add_test (CachelibTickerClockBench.cpp)
45
add_test (CompactCacheBench.cpp)
46
add_test (HashMapBenchmark.cpp)
0 commit comments