2263a423b8
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 |
||
---|---|---|
.. | ||
clients | ||
config | ||
groups | ||
.gitignore | ||
apollo_runs.yaml | ||
clients.py | ||
CMakeLists.txt | ||
common.py | ||
databases.py | ||
harness | ||
jail_faker.py | ||
long_running_suite.py | ||
query_suite.py | ||
run_card_fraud | ||
run_pokec |