You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
* Neo4j 4.0.3 is used. Almost all default configurations are default except: total off-heap transaction memory (tx_state_max_off_heap_memory parameter) is 24Gb, and pagecache_warmup_enabled is set to true.
16
+
* Neo4j 4.0.3 is used. Almost all configurations are default except two:
17
+
* total off-heap transaction memory (tx_state_max_off_heap_memory parameter) is set to 24Gb
18
+
* pagecache_warmup_enabled is set to true.
17
19
18
20
19
21
### Graphs
@@ -49,7 +51,7 @@ All queries used in evaluation are variants of same-generation query. The invers
49
51
50
52
<br/>
51
53
52
-
Grammars used for RDF graphs:
54
+
Grammars used for **RDF** graphs:
53
55
54
56
**G<sub>1</sub>**
55
57
```
@@ -70,7 +72,7 @@ S -> broaderTransitive S broaderTransitive_r
70
72
71
73
<br/>
72
74
73
-
Grammar used for static code analysis graphs:
75
+
Grammar used for **static code analysis** graphs:
74
76
75
77
**PointsTo**
76
78
```
@@ -244,9 +246,25 @@ arg7 | The name of a file with result
244
246
arg8 | Grammar name (g1/g2/geo/pointsTo)
245
247
246
248
### Example
247
-
To run experiments on Geospecies graph on Geo grammar use the following command:
249
+
250
+
Here is an example which can be run right after project is downloaded and results directory is created without any additional preparation.
251
+
252
+
To run experiments on **Core** graph on **G<sub>1</sub>** grammar use the following command:
0 commit comments