Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ better the performance is. If it is set to -1, higher values mean worse performa
The `attributes` property describes any other columns that should be attached to the final
report. Special attribute `version` and `commit` can be used to query for a given time-range.

> [!TIP] To learn how to avoid repeating the same configuration in multiple tests, see [Avoiding test definition duplication](BASICS.md#avoiding-test-definition-duplication).
> [!TIP]
> To learn how to avoid repeating the same configuration in multiple tests,
> see [Avoiding test definition duplication](BASICS.md#avoiding-test-definition-duplication).

## Listing Available Tests

Expand Down
2 changes: 1 addition & 1 deletion docs/GRAFANA.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ time run branch version commit throughput
```

Open local [Grafana](http://localhost:3000) in your browser (use default `admin/admin` credentials), open
`Benchmarks` dashboard, and see your data points and annotations on both charts.:
`Benchmarks` dashboard, and see your data points and annotations on both charts.