memgraph/tests
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
..
benchmark Variable expansion consolidaton 2017-10-05 13:12:39 +02:00
concurrent Add convenience functions and a macro to libs/CMakeLists.txt 2017-10-03 14:28:16 +02:00
data Replace map with bitset in stripped query 2017-08-02 22:17:36 +02:00
drivers Add transactions test to run script 2017-08-21 11:34:19 +02:00
macro_benchmark Implement record lock deadlock breaker 2017-09-27 16:11:05 +02:00
manual Variable expansion consolidaton 2017-10-05 13:12:39 +02:00
property_based Add convenience functions and a macro to libs/CMakeLists.txt 2017-10-03 14:28:16 +02:00
public_benchmark Remove ast-cache flag 2017-09-27 09:04:31 +02:00
qa Variable expansion consolidaton 2017-10-05 13:12:39 +02:00
stress LongRunning - batched edge creation improved. Verification before loop 2017-10-05 13:51:54 +02:00
unit Variable expansion consolidaton 2017-10-05 13:12:39 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Add convenience functions and a macro to libs/CMakeLists.txt 2017-10-03 14:28:16 +02:00