Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (17 loc) · 1.24 KB

Introduction

hyload is a performance testing framework.

It is used to test Web/HTTP API server, as the following figure shows.

image

It provides a high-performance Python library to develop load testing. So you could run your test program on Windows, MacOS and Linux.

Based on gevent, by launching multiple hyload workers, it could reach about tens of thousands of requests per second and hundreds of thousands of concurrent connections on a single machine.

It also provides a VS Code extension to let you observe realtime statistics, remote multi-host deploy and remote launching test. VS Code extension includes a code-helper to facilitate developing.

Code_ibIhaJDp3d

Installation

Including install hyload library and hyload vscode extension

  • hyload library

    just run pip3 install hyload

  • hyload VS Code extension

    search hyload in VS Code marketplace and install it

    image

User Guide

Please refer to https://jcyrss.github.io/hyload