From 6275972d2dbc66f223f4bb6811e967731cef53ba Mon Sep 17 00:00:00 2001 From: Wesley Yan Soares Brehmer <102262759+simplyYan@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:38:18 +0000 Subject: [PATCH] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index be590c0..787f0d5 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ image::lagra.png[LAGRA Logo] LAGRA is a Go logging library designed to be easy, efficient, fast, and lightweight with zero allocations. It offers advanced logging customization options and serves as an alternative to Zerolog and Logrus. -=== LAGRA is 8 times faster than "fmt" and 2.28 times faster than "Zerolog". Test done via "testing", link:https://github.com/simplyYan/LAGRA/blob/main/benchmark.redhat[click here]. Test carried out on 14/09/2023. +=== LAGRA is 8 times faster than "fmt" and 2.28 times faster than "Zerolog". Test done via "testing", link:https://github.com/simplyYan/LAGRA/blob/main/benchmark.redhat[click here]. Test carried out on 17/10/2023. == Installation