memgraph/tests/macro_benchmark
Matej Ferencevic 75950664a7 Separate distributed from single node storage
Summary:
This diff splits single node and distributed storage from each other.
Currently all of the storage code is copied into two directories (one single
node, one distributed).  The logic used in the storage implementation isn't
touched, it will be refactored in following diffs.

To clean the working directory after this diff you should execute:
```
rm database/state_delta.capnp
rm database/state_delta.hpp
rm storage/concurrent_id_mapper_rpc_messages.capnp
rm storage/concurrent_id_mapper_rpc_messages.hpp
```

Reviewers: teon.banek, buda, msantl

Reviewed By: teon.banek, msantl

Subscribers: teon.banek, pullbot

Differential Revision: https://phabricator.memgraph.io/D1625
2018-10-05 09:19:33 +02:00
..
clients Implement single node two-sided BFS 2018-08-29 12:56:39 +02:00
config Move harness stuff to parent directory 2017-09-15 14:05:26 +02:00
groups Add bfs benchmark on pokec dataset 2018-08-13 09:50:39 +02:00
.gitignore Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00
apollo_runs.yaml Optimize Apollo build process 2018-05-16 14:52:27 +02:00
clients.py Add bfs benchmark on pokec dataset 2018-08-13 09:50:39 +02:00
CMakeLists.txt Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
common.py Disable hyperthreading on Apollo for macro benchmark tests. 2017-10-25 11:32:10 +02:00
databases.py Add bfs benchmark on pokec dataset 2018-08-13 09:50:39 +02:00
harness Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00
jail_faker.py Integrate distributed card fraud test with Apollo 2018-02-28 11:09:18 +01:00
long_running_suite.py Add bfs benchmark on pokec dataset 2018-08-13 09:50:39 +02:00
query_suite.py Changed macro benchmark summary format 2017-12-28 16:35:45 +01:00
run_bfs_pokec Implement single node two-sided BFS 2018-08-29 12:56:39 +02:00
run_card_fraud Refactor pokec, add card fraud 2018-02-02 13:45:18 +01:00
run_pokec Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00