From 3e002427a43ac349a6a759449e8b2de5b04ae779 Mon Sep 17 00:00:00 2001 From: Lokesh Jain Date: Mon, 13 Jan 2025 13:47:24 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca47875..06400ed 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ A benchmark is a type of function that executes a code segment multiple times an The idea of this repository is to have multiple benchmarks of multiple Golang libraries at one place. -- [Benchmarks of expression evaluation libraries for Golang](./expression-evaluation/) -- [Benchmarks of in-memory cache libraries for Golang](./in-memory-cache/) -- [Benchmarks of Kafka-client libraries for Golang](./kafka-client/) -- [Benchmarks of synchronization-techniques for Golang](./synchronization-techniques/) -- [Benchmarks of worker-pool libraries for Golang](./worker-pool/) +- [Expression Evaluation](./expression-evaluation/) +- [In-Memory Cache](./in-memory-cache/) +- [Kafka-Clients](./kafka-client/) +- [Synchronization Techniques](./synchronization-techniques/) +- [Worker-Pool](./worker-pool/)