Skip to content

Commit

Permalink
Added shields to README, changed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-ziemniewicz committed Sep 11, 2020
1 parent 999c05b commit c62bea3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[![StyleCI](https://github.styleci.io/repos/291494182/shield?branch=master)](https://github.styleci.io/repos/291494182?branch=master)
[![Build Status](https://travis-ci.org/quillstack/benchmark.svg?branch=master)](https://travis-ci.org/quillstack/benchmark)
[![CodeFactor](https://www.codefactor.io/repository/github/quillstack/benchmark/badge)](https://www.codefactor.io/repository/github/quillstack/benchmark)
[![Downloads](https://img.shields.io/packagist/dt/quillstack/benchmark.svg)](https://packagist.org/packages/quillstack/benchmark)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/quillstack/di)
![Packagist License](https://img.shields.io/packagist/l/quillstack/di)

This repository contains a script to test HTTP GET requests or command line calls.

Expand Down Expand Up @@ -58,7 +61,7 @@ To see detailed descriptions for every command, ready Bash usage below.
You can also use Bash commands to run benchmarks. These commands
work only if you clone this repository to your computer or server.

### HTTP GET requests
###### HTTP GET requests

Usage:

Expand All @@ -84,7 +87,7 @@ requests at the time. The entire test took around 2.5 seconds. It means
the website could server 4 requests per second with 0.5 seconds the average
response time.

### Command line calls
###### Command line calls

If you want to test command line calls, be sure every call respond with
an execution time (in seconds):
Expand Down

0 comments on commit c62bea3

Please sign in to comment.