Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f1e5a1b

Browse files
committed
Fix example in README
1 parent e24e193 commit f1e5a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ Here is an example which can be run right after project is downloaded and result
559559
To run **all pairs reachability** algorithm on **Core** graph on **G<sub>1</sub>** grammar use the following command:
560560

561561
```bash
562-
mvn exec:java -Dexec.mainClass="benchmark.GraphBenchmark" -Dexec.args="-d Core -gm test/resources/grammars/graph/g1/grammar.json -gp data/core -gs NEO4J -p REACHABILITY -S -s ALL_PAIRS -a $(( $(cat "data/core/nodes.csv" | wc -l)-1 )) -w 1 -m 10"
562+
mvn exec:java -Dexec.mainClass="benchmark.GraphBenchmark" -Dexec.args="-d Core -gm test/resources/grammars/graph/g1/grammar.json -gp data/core -gs IN_MEMORY -p REACHABILITY -S s=ALL_PAIRS -S a=$(( $(cat "data/core/nodes.csv" | wc -l)-1 )) -w 1 -m 10"
563563
```
564564

565565
### Data

0 commit comments

Comments
 (0)