memgraph/tests/macro_benchmark/clients
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
..
bolt_client.hpp Refactor pokec, add card fraud 2018-02-02 13:45:18 +01:00
card_fraud_client.cpp Add deletion, more stats to card fraud and RWLock 2018-03-14 16:23:23 +01:00
common.hpp Add deletion, more stats to card fraud and RWLock 2018-03-14 16:23:23 +01:00
long_running_common.hpp Add deletion, more stats to card fraud and RWLock 2018-03-14 16:23:23 +01:00
pokec_client.cpp add strata v1 scenario 2018-03-06 11:20:39 +01:00
postgres_client.hpp Move harness stuff to parent directory 2017-09-15 14:05:26 +02:00
query_client.cpp add strata v1 scenario 2018-03-06 11:20:39 +01:00