From b0c9b4254bbeab843bd32fdd889721bacacda7d2 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 20 Sep 2023 15:58:06 +0000 Subject: [PATCH] metrics: Fix metrics README This PR fixes the network metrics section at the README by leaving the current tests that we have in our kata metrics. Fixes #8017 Signed-off-by: Gabriela Cervantes (cherry picked from commit 36c8cd6f1fb031b385292b0d7b46718213c36d4e) --- tests/metrics/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/metrics/README.md b/tests/metrics/README.md index ab55e10528..68d6d535d2 100644 --- a/tests/metrics/README.md +++ b/tests/metrics/README.md @@ -62,7 +62,6 @@ Tests relating to networking. General items could include: - latency - jitter - parallel bandwidth -- write and read percentiles For further details see the [network tests documentation](network).