memgraph/tests
Marin Tomic 8414479abe [StorageV2] Implement GC
Summary:
Here are some numbers from the benchmark:

```
(TOOLCHAIN) mtomic@poso:~/memgraph/build_release$ tests/benchmark/storage_v2_gc --num-threads 8
Config: NoGc, Time: 25.9836
Config: OnFinishGc, Time: 49.012
Config: 100msPeriodicGc, Time: 45.9856
Config: 1000msPeriodicGc, Time: 40.3094
```

```
(TOOLCHAIN) mtomic@poso:~/memgraph/build_release$ tests/benchmark/storage_v2_gc --num-threads 7
Config: NoGc, Time: 20.4256
Config: OnFinishGc, Time: 39.6669
Config: 100msPeriodicGc, Time: 30.7956
Config: 1000msPeriodicGc, Time: 35.128
```

It is not that bad if there is a core dedicated to doing garbage collection.

Reviewers: mferencevic, teon.banek

Reviewed By: mferencevic, teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2168
2019-07-10 16:12:08 +02:00
..
benchmark [StorageV2] Implement GC 2019-07-10 16:12:08 +02:00
concurrent Migrate to C++17 2019-04-23 14:46:44 +02:00
distributed Use only local workers for builds on Apollo 2019-07-03 22:30:55 +02:00
drivers Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
feature_benchmark Replace Client with HAClient in feature benchmark 2019-05-02 10:40:31 +02:00
integration Include HA client in index integration test 2019-06-05 16:07:30 +02:00
macro_benchmark Use only local workers for builds on Apollo 2019-07-03 22:30:55 +02:00
manual Make TypedValue constructor explicit for non-primitive types 2019-06-12 14:55:58 +02:00
property_based Remove test_results directory from build 2019-04-25 17:20:02 +02:00
public_benchmark Temporarily disable LDBC test 2019-07-05 14:04:38 +02:00
qa Reimplement counter openCypher function 2019-05-16 11:09:02 +02:00
stress Add memgraph ha normal operation long running test 2019-07-09 13:59:56 +02:00
unit [StorageV2] Implement GC 2019-07-10 16:12:08 +02:00
apollo_runs.py Add LCP tests 2018-10-15 11:52:20 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Remove test_results directory from build 2019-04-25 17:20:02 +02:00