From 9c3a234f316c58d9f09b30ed37c571e8b6aefd2a Mon Sep 17 00:00:00 2001 From: Akash Chandra Date: Tue, 5 Nov 2024 11:20:41 +0530 Subject: [PATCH] fix: Readme build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20df397b..4e5195f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Aerospike Benchmark Tool -![Build:main](https://github.com/aerospike/aerospike-benchmark/actions/workflows/benchmark-build.yml/badge.svg?branch=main)(https://github.com/aerospike/aerospike-benchmark/actions/workflows/benchmark-build.yml) +[![Build:main](https://github.com/aerospike/aerospike-benchmark/actions/workflows/benchmark-build.yml/badge.svg?branch=main)](https://github.com/aerospike/aerospike-benchmark/actions/workflows/benchmark-build.yml) [![codecov](https://codecov.io/gh/aerospike/aerospike-benchmark/branch/main/graph/badge.svg?token=TPGZT8V6AA)](https://codecov.io/gh/aerospike/aerospike-benchmark) This project contains the files necessary to build the C client benchmarking tool. This program is used to insert data and generate load emulating real-world usage patterns of the database.