From 996cce1966789c7759df32267a184ca92be49394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Sat, 19 Oct 2024 14:48:39 +0100 Subject: [PATCH] chore: fix readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97f116f..254a88b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Backend internal interview (rust) - basic-fixed -> [!NOTE] +> [!NOTE] > Code simply **works as expected**
-> It is not be able to **process multiple metrics in parallel** yet.
+> It is able to **process multiple metrics in parallel** (input.txt and input_2.txt).
> A full refactoring has to be done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc).
+> [!CAUTION] +> [Improve branch](/NewRelic/be-technical-interview-rust/src/branch/improved) should try to make code more modular and simple, avoid hardcoding, etc. + See [main changes](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed/CHANGES.md) A **Refactor metric-consumer** task