memgraph/tests/stress
florijan 8e1626d4fb LongRunning - batched edge creation improved. Verification before loop
Summary:
Batch creation now does not iterate over V**2 vertex pairs, but over V vertices and generates E/V random edges for each one. Assuming there is an index over :V(id), this is much more efficient and supports larger vertex counts (Ferenc: modify the test config as desired).

An additional requirement is that E/V (for each worker) is a whole number.

Reviewers: mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D860
2017-10-05 13:51:54 +02:00
..
bipartite.py Stress tests now spawn only one memgraph. 2017-08-18 14:48:54 +02:00
CMakeLists.txt Replaced Python long running test with C++ version 2017-09-18 15:06:22 +02:00
common.py NeoRunner + Harness bugfix 2017-07-29 17:46:24 +02:00
continuous_integration Misc glog and gflags fixes. 2017-10-04 17:29:53 +02:00
create_match.py Stress tests now spawn only one memgraph. 2017-08-18 14:48:54 +02:00
long_running.cpp LongRunning - batched edge creation improved. Verification before loop 2017-10-05 13:51:54 +02:00
requirements.txt Libraries are now downloaded from our local cache server. 2017-08-25 09:58:39 +02:00