From f11a6fd99d248ce663b3829fca1bd4bee1be6cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Thu, 17 Oct 2024 15:33:44 +0100 Subject: [PATCH] chore: fix README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db4e82b..f5dd9c5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ -# Backend internal interview (rust) - basic-fixed +# Backend internal interview (rust) - improved -> Code simply **works as expected** -> It is not be able to **process multiple metrics in parallel** yet. -> A full refactoring has to be done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc). +> It is able to **process multiple metrics in parallel**. +> A full refactoring done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc). -See [main changes](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed/CHANGES.md) +See [main changes](/NewRelic/be-technical-interview-rust/src/branch/improved/CHANGES.md) A **Refactor metric-consumer** task