Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lkumarjain authored Jan 13, 2025
1 parent 413a2d2 commit 3e00242
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 3e00242

Please sign in to comment.