diff options
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/_index.md | 10 | ||||
-rw-r--r-- | docs/content/dashboard/_index.md | 15 |
2 files changed, 24 insertions, 1 deletions
diff --git a/docs/content/_index.md b/docs/content/_index.md index f2736d5a57..1caa6b2932 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -46,4 +46,12 @@ type: "docs" packet path thru server SUTs, three distinct logical topology types are used for VPP DUT data plane testing. - **[VPP Startup Settings]({{< relref "/infrastructure/vpp_startup_settings" >}})**: - List of common settings applied to all tests and test dependent settings.
\ No newline at end of file + List of common settings applied to all tests and test dependent settings. +5. [PERFORMANCE DASHBOARD]({{< dashboard_url >}}) + - **[Performance Trending]({{< dashboard_url >}}trending)** + - **[Per Release Performance]({{< dashboard_url >}}report)** + - **[Per Release Performance Comparisons]({{< dashboard_url >}}comparisons)** + - **[Per Release Coverage Data]({{< dashboard_url >}}coverage)** + - **[Test Jobs Statistics]({{< dashboard_url >}}stats)** + - **[Failures and Anomalies]({{< dashboard_url >}}news)** + - **[Search Tests]({{< dashboard_url >}}search)**
\ No newline at end of file diff --git a/docs/content/dashboard/_index.md b/docs/content/dashboard/_index.md new file mode 100644 index 0000000000..fac194db60 --- /dev/null +++ b/docs/content/dashboard/_index.md @@ -0,0 +1,15 @@ +--- +bookCollapseSection: false +bookFlatSection: true +title: "Performance Dashboard" +weight: 5 +--- + +# [Performance Dashboard]({{< dashboard_url >}}) +- **[Performance Trending]({{< dashboard_url >}}trending)** +- **[Per Release Performance]({{< dashboard_url >}}report)** +- **[Per Release Performance Comparisons]({{< dashboard_url >}}comparisons)** +- **[Per Release Coverage Data]({{< dashboard_url >}}coverage)** +- **[Test Jobs Statistics]({{< dashboard_url >}}stats)** +- **[Failures and Anomalies]({{< dashboard_url >}}news)** +- **[Search Tests]({{< dashboard_url >}}search)** |