File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
8792When used as a JavaScript library, the runner can be configured with different query loaders,
8893result aggregators and result serializers to accommodate special use cases.
8994By default, when no specific result aggregator is provided,
@@ -124,6 +129,8 @@ async function executeQueries(pathToQueries, pathToOutputCsv) {
124129}
125130```
126131
132+ ### Sequence Metadata
133+
127134To enable sequence metadata from the CLI, add ` --metadata ` . Raw JSON output is
128135only written when ` --outputRaw ` is provided, or automatically to
129136` ./output-raw.json ` when ` --metadata ` is enabled. Cache invalidation requests are
You can’t perform that action at this time.
0 commit comments