From 163d2c0eb7862cf3c14479913435cb90ec7d6f0b Mon Sep 17 00:00:00 2001 From: Joanhey Date: Fri, 28 Jul 2023 22:24:39 +0200 Subject: [PATCH] Add tests badge in README [ci-skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d0005..06f66ec 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PHP Frameworks Bench -![GitHub release (latest by date)](https://img.shields.io/github/v/release/myaaghubi/PHP-Frameworks-Bench?color=purpol) ![GitHub](https://img.shields.io/github/license/myaaghubi/PHP-Frameworks-Bench?color=green) +[![Test PHP benchmark](https://github.com/myaaghubi/PHP-Frameworks-Bench/actions/workflows/test.yml/badge.svg)](https://github.com/myaaghubi/PHP-Frameworks-Bench/actions/workflows/test.yml) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/myaaghubi/PHP-Frameworks-Bench?color=purpol) ![GitHub](https://img.shields.io/github/license/myaaghubi/PHP-Frameworks-Bench?color=green) This project attempts to measure the minimum overhead (minimum bootstrap cost) of PHP frameworks in the real world.