Skip to content

Commit ebfca17

Browse files
committed
fixes cmake in latest test removal (upstream test build fails - need to check if upstream has fixed this yet)
1 parent efea480 commit ebfca17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cachelib/benchmarks/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,8 @@ if (BUILD_TESTS)
3535
benchmark_test_support "${ARGN}")
3636
endfunction()
3737

38-
add_test (BinarySearchVsHashTableBench.cpp)
3938
add_test (BucketMutexBench.cpp)
4039
add_test (BytesEqualBenchmark.cpp)
41-
add_test (CachelibMapOperationBench.cpp)
42-
add_test (CachelibMapWorkloadBench.cpp)
43-
add_test (CachelibRangeMapWorkloadBench.cpp)
4440
add_test (CachelibTickerClockBench.cpp)
4541
add_test (CompactCacheBench.cpp)
4642
add_test (HashMapBenchmark.cpp)

0 commit comments

Comments
 (0)