File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ You can customize your build using several cabal flags.
26
26
27
27
### Libraries
28
28
29
- By default, we benchmark ` fgl ` , ` alga ` , ` hash-graph ` and ` containers ` .
29
+ By default, we benchmark ` containers ` , ` fgl ` and ` alga ` . ` hash-graph ` can be added using the ` HashGraph ` flag .
30
30
31
- You can disable the three first (and thus avoid depending on them) by disabling the flags:
31
+ You can disable the three last (and thus avoid depending on them) by disabling the flags:
32
32
33
33
* Fgl
34
34
* Alga
@@ -113,7 +113,6 @@ One can produce a chart from the results, use:
113
113
114
114
```
115
115
-f,--chartfile FILENAME Output file WITHOUT extension
116
- -c,--chart OUTTYPE Output type: Png or Svg
117
116
```
118
117
119
118
## About implementation
You can’t perform that action at this time.
0 commit comments