memgraph/tests
Marin Tomic 2263a423b8 Add deletion, more stats to card fraud and RWLock
Summary:
^^

this is a sample config to be used:
```
{
    "num_workers": 1,
    "cards_per_worker": 10001,
    "pos_per_worker": 10001,

    "fraud_probability": 0.01,
    "hop_probability": 0.05,

    "cleanup": {
        "check_interval_sec": 10,
        "tx_hi": 150000,
        "tx_lo": 100000
    },

    "analytic": {
        "query_interval_ms": 500,
        "pos_limit": 10
    }
}
```

I also added `RWLock` --- a wrapper around `pthread_rwlock`

Reviewers: mferencevic, mculinovic, florijan, teon.banek

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1280
2018-03-14 16:23:23 +01:00
..
benchmark Invalidate distributed plan caches 2018-03-13 14:59:51 +01:00
concurrent Add thread names 2018-02-23 16:04:49 +01:00
distributed add strata v1 scenario 2018-03-06 11:20:39 +01:00
drivers Add C# driver test examples 2017-11-10 15:46:56 +01:00
macro_benchmark Add deletion, more stats to card fraud and RWLock 2018-03-14 16:23:23 +01:00
manual Invalidate distributed plan caches 2018-03-13 14:59:51 +01:00
property_based Refactor GraphDb 2018-01-12 16:47:24 +01:00
public_benchmark Change Apollo slave groups 2018-02-25 23:02:31 +01:00
qa Move TED talk examples to another suite in QA 2018-02-27 19:19:42 +01:00
stress Change Apollo slave groups 2018-02-25 23:02:31 +01:00
unit Add deletion, more stats to card fraud and RWLock 2018-03-14 16:23:23 +01:00
apollo_runs.py Increase concurrent tests timeout 2018-02-19 11:08:59 +01:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Inline test data in the benchmark tests itself 2018-01-15 16:12:30 +01:00