memgraph/tests/benchmark
Matej Ferencevic 6c422f3208 Remove global include directories in CMake
Summary:
All external libraries now automatically include their include directories. It
is necessary only to link to the external library using
`target_link_libraries(target library)` and the include directory of the
library will be automatically available for the binary.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2654
2020-02-03 13:18:30 +01:00
..
data_structures Stop building storage v1 2020-01-13 14:18:12 +01:00
query Remove old storage types 2020-01-23 14:32:33 +01:00
CMakeLists.txt Remove global include directories in CMake 2020-02-03 13:18:30 +01:00
expansion.cpp Migrate tests to storage v2 part 1 2019-11-21 19:00:32 +01:00
rpc.cpp Move RPC to root source directory 2020-01-27 11:50:24 +01:00
skip_list_common.hpp Implement new SkipList 2019-01-14 13:01:15 +01:00
skip_list_random.cpp Implement new SkipList 2019-01-14 13:01:15 +01:00
skip_list_real_world.cpp Implement new SkipList 2019-01-14 13:01:15 +01:00
skip_list_same_item.cpp Implement new SkipList 2019-01-14 13:01:15 +01:00
skip_list_vs_stl.cpp Add PoolResource benchmarking in execution and skiplist 2019-08-27 09:32:01 +02:00
storage_v2_gc.cpp Make storage v2 config hierarchical 2019-09-23 16:03:53 +02:00