memgraph/tests
florijan 880a563cf3 Generate snapshot added
Summary:
A cool new graph generator. It's really cool!

It is currently being used for generating the Ravelin graph with the following config:
```
{
  "indexes": ["Node.id"],
  "nodes": [
    {
      "count": 40000000,
      "labels": ["Node"],
      "properties": {
              "id" : {"type": "counter", "param" : "Node.id"},
              "fradulent" : {"type" : "bernoulli", "param" : 0.0005}
      }
    }
  ],
  "edges": [
    {
      "count": 80000000,
      "from": "Node",
      "to": "Node",
      "type": "Edge"
    }
  ]
}
```

Reviewers: buda, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D872
2017-10-06 15:53:02 +02:00
..
benchmark Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
concurrent Make docker installation equivalent to regular install 2017-10-06 13:23:34 +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 Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
manual Generate snapshot added 2017-10-06 15:53:02 +02:00
property_based Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
public_benchmark Remove ast-cache flag 2017-09-27 09:04:31 +02:00
qa Add match nodes with cross referencing properties test 2017-10-06 15:01:35 +02:00
stress Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00
unit Remove EdgeType index - not used in interpreter 2017-10-06 15:02:34 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Make docker installation equivalent to regular install 2017-10-06 13:23:34 +02:00