**Description**
Fixes relative link in documentation: point to `../cli.md`.
This commit is contained in:
Jared Bowden 2022-04-15 09:11:14 -05:00 коммит произвёл GitHub
Родитель 80dcc8aaec
Коммит cb26691173
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ This tool is to generate a readable summary report based on the raw benchmark re
2. Prepare the raw data and rule file on the local machine.
3. Generate the result summary automatically using `sb result summary` command. The detailed command can be found from [SuperBench CLI](../cli).
3. Generate the result summary automatically using `sb result summary` command. The detailed command can be found from [SuperBench CLI](../cli.md).
```bash
sb result summary --data-file ./results-summary.jsonl --rule-file ./rule.yaml --output-file-format md --output-dir ${output-dir}