diff --git a/README.md b/README.md index 4832fee..ccad12c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # kvbench -![GitHub Workflow](https://github.com/nerdroychan/kvbench/actions/workflows/test.yml/badge.svg) +[![Crates.io Version](https://img.shields.io/crates/v/kvbench)](https://crates.io/crates/kvbench/) +[![Docs.rs Status](https://img.shields.io/docsrs/kvbench)](https://docs.rs/kvbench/) ![GPLv3](https://img.shields.io/github/license/nerdroychan/kvbench) +![GitHub Action](https://img.shields.io/github/actions/workflow/status/nerdroychan/kvbench/test.yml) A benchmark framework designed for testing key-value stores with easily customizable workloads.