chore: fix CHANGES.md

This commit is contained in:
Jesús Pérez 2024-10-17 15:48:56 +01:00
parent 6a9759494e
commit ee5ef1a9a1
No known key found for this signature in database

View File

@ -15,8 +15,9 @@
- <u>test_invalid_line</u> test use invlid value in line parsing.
- <u>test_expected_metrics</u> test load input data from **input.txt** compare with **output_expected.txt**.
> 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 <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc).
> [!Note]
> Code simply **works as expected** <br>
> It is not be able to **process multiple metrics in parallel** yet. <br>
> A full refactoring has to be done for <u>better quality, maintenance and be more readable</u>. (Structs, implementaitions, settings for multiple inputs, etc). <br>
Next round in: [Improve branch](/NewRelic/be-technical-interview-rust/src/branch/improved)