[dpdk-web] [PATCH 1/2] rename the performance lab page

Ali Alnubani alialnu at mellanox.com
Thu Nov 8 17:48:02 CET 2018


DPDK Community Lab is a more generic and suitable name
if additional testing other than performance is added in the future.

Suggested-by: Thomas Monjalon <thomas at monjalon.net>
Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
---
 content/{perf-lab => lab}/_index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename content/{perf-lab => lab}/_index.md (75%)

diff --git a/content/perf-lab/_index.md b/content/lab/_index.md
similarity index 75%
rename from content/perf-lab/_index.md
rename to content/lab/_index.md
index 4061491..5a2e508 100644
--- a/content/perf-lab/_index.md
+++ b/content/lab/_index.md
@@ -1,5 +1,5 @@
 +++
-title = "Performance Lab"
+title = "DPDK Community Lab"
 weight = "8"
 +++
 
@@ -8,7 +8,7 @@ weight = "8"
 
 - Automated performance regression testing of new patches.
   - When a new patch is received, automatically test
-    and determine if it degrades performance on one or more architectures.
+    and determine if it degrades performance or causes other issues on one or more architectures.
   - Provides input to maintainers on whether to accept patches or request rework.
 - Scope may expand in future: test DPDK-enabled applications, use lab for demos, etc.
 
-- 
2.11.0



More information about the web mailing list