diff --git a/README.adoc b/README.adoc index c41da36..be590c0 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.go[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 14/09/2023. == Installation