Skip to content

Commit 9e1aa8e

Browse files
Add sub-subheaders
1 parent 52dedc2 commit 9e1aa8e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ npm install sparql-benchmark-runner
5353
```
5454

5555
## Usage
56+
57+
### Command Line Interface (CLI)
58+
5659
`sparql-benchmark-runner` can be used from the CLI with the the following options.
5760

5861
```
@@ -84,6 +87,8 @@ sparql-benchmark-runner \
8487
--warmup 1
8588
```
8689

90+
### As a JavaScript Library
91+
8792
When used as a JavaScript library, the runner can be configured with different query loaders,
8893
result aggregators and result serializers to accommodate special use cases.
8994
By default, when no specific result aggregator is provided,
@@ -124,6 +129,8 @@ async function executeQueries(pathToQueries, pathToOutputCsv) {
124129
}
125130
```
126131

132+
### Sequence Metadata
133+
127134
To enable sequence metadata from the CLI, add `--metadata`. Raw JSON output is
128135
only written when `--outputRaw` is provided, or automatically to
129136
`./output-raw.json` when `--metadata` is enabled. Cache invalidation requests are

0 commit comments

Comments
 (0)