hyload


Namehyload JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://jcyrss.github.io/hyload
Summaryload testing library
upload_time2024-07-16 11:38:25
maintainerNone
docs_urlNone
authorbyhy
requires_python>=3.8
licenseMIT
keywords hyload loadtesting
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Introduction

`hyload` is a performance testing framework.

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

![image](https://github.com/jcyrss/baiyueheiyu/assets/10496014/90c0e86d-b7c6-44f1-9580-cc34703f0968)

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](https://github.com/jcyrss/baiyueheiyu/assets/10496014/10d76802-37b0-4c73-bf12-48432a5720ef)

  
## 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](https://github.com/jcyrss/baiyueheiyu/assets/10496014/ef128b00-0870-43a3-8051-36eaafe1b282)
    
  
## User Guide

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://jcyrss.github.io/hyload",
    "name": "hyload",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "hyload loadtesting",
    "author": "byhy",
    "author_email": "jcyrss@gmail.com",
    "download_url": "https://pypi.python.org/pypi/hyload",
    "platform": null,
    "description": "## Introduction\r\n\r\n`hyload` is a performance testing framework.\r\n\r\nIt is used to test Web/HTTP API server, as the following figure shows.\r\n\r\n![image](https://github.com/jcyrss/baiyueheiyu/assets/10496014/90c0e86d-b7c6-44f1-9580-cc34703f0968)\r\n\r\nIt provides a high-performance Python library to develop load testing. So you could run your test program on Windows\uff0c MacOS and Linux.\r\n\r\nBased 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.\r\n\r\nIt 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.\r\n\r\n![Code_ibIhaJDp3d](https://github.com/jcyrss/baiyueheiyu/assets/10496014/10d76802-37b0-4c73-bf12-48432a5720ef)\r\n\r\n  \r\n## Installation\r\n\r\nIncluding install hyload library and hyload vscode extension\r\n\r\n- hyload library\r\n\r\n  just run `pip3 install hyload` \r\n\r\n\r\n- hyload VS Code extension\r\n  \r\n  search `hyload` in VS Code marketplace and install it\r\n\r\n  ![image](https://github.com/jcyrss/baiyueheiyu/assets/10496014/ef128b00-0870-43a3-8051-36eaafe1b282)\r\n    \r\n  \r\n## User Guide\r\n\r\nPlease refer to https://jcyrss.github.io/hyload\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "load testing library",
    "version": "0.4.1",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/hyload",
        "Homepage": "https://jcyrss.github.io/hyload"
    },
    "split_keywords": [
        "hyload",
        "loadtesting"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d01e77347827aaca10a2e885a66e7d2239ca3707639dab6c05610533838f7bfc",
                "md5": "2d7bbe7a067a921e481cd2ab5230d0fd",
                "sha256": "723c19935891c648019537fb9c40aca1402617c8fdb478e1bb1092d6e0815a38"
            },
            "downloads": -1,
            "filename": "hyload-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d7bbe7a067a921e481cd2ab5230d0fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20927,
            "upload_time": "2024-07-16T11:38:25",
            "upload_time_iso_8601": "2024-07-16T11:38:25.832503Z",
            "url": "https://files.pythonhosted.org/packages/d0/1e/77347827aaca10a2e885a66e7d2239ca3707639dab6c05610533838f7bfc/hyload-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-16 11:38:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hyload"
}
        
Elapsed time: 0.73207s