8000 GitHub - edikgoose/yandex-tank-api: HTTP API for Yandex.Tank
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

edikgoose/yandex-tank-api

 
 

Repository files navigation

Yandex.Tank API

All needed info about server you can see here

Installation

Activate virtual environment

python3 -m venv venv 
source venv/bin/activate

Install dependencies

pip install -r requirements.txt

Important! To run tests you need to install one of the load-generation engine. For additional info see official documentation

Run

python3 yandex-tank-api-server-starter 

It is necessary to specify output and lock directory. (Check yandex-tank-api-server-starter file)

Docker

Due to mismatch between yandex-tank-api and yandex-tank versions it is more convenient and safer for nerves to use Docker.

To build docker image:

docker build --tag yandex-tank-api .

To run docker container:

docker run --name yandex-tank-api -p 8888:8888 yandex-tank-api

About

HTTP API for Yandex.Tank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.5%
  • JavaScript 4.6%
  • CoffeeScript 3.6%
  • Pug 3.5%
  • Dockerfile 2.7%
  • CSS 0.1%
0