From 5eac52273354361292659c44c2aace439bc32110 Mon Sep 17 00:00:00 2001 From: Dmitry Shmulevich Date: Thu, 9 May 2024 10:16:56 -0700 Subject: [PATCH] added badges (#17) Signed-off-by: Dmitry Shmulevich --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ea854dc..5acdaec 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ # Knavigator +![Build Status](https://github.com/NVIDIA/knavigator/actions/workflows/go.yml/badge.svg) +![Static Badge](https://img.shields.io/badge/license-Apache_2.0-green) + ## Overview Knavigator is a project designed to analyze, optimize, and compare scheduling systems, with a focus on AI/ML workloads. It addresses various needs, including testing, troubleshooting, benchmarking, chaos engineering, performance analysis, and optimization.