mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 02:15:22 +00:00
fix base config
This commit is contained in:
parent
77d7f195a1
commit
63f5cbc0ae
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='yandextank',
|
||||
version='1.8.29-11',
|
||||
version='1.8.29-12',
|
||||
description='a performance measurement tool',
|
||||
longer_description='''
|
||||
Yandex.Tank is a performance measurement and load testing automatization tool.
|
||||
|
@ -5,8 +5,7 @@ plugin_ShellExec=yandextank.plugins.ShellExec
|
||||
plugin_phantom=yandextank.plugins.Phantom
|
||||
plugin_aggregate=yandextank.plugins.Aggregator
|
||||
plugin_autostop=yandextank.plugins.Autostop
|
||||
;plugin_monitoring=yandextank.plugins.Monitoring
|
||||
plugin_telegraf=yandextank.plugins.Telegraf
|
||||
plugin_monitoring=yandextank.plugins.Telegraf
|
||||
plugin_console=yandextank.plugins.Console
|
||||
plugin_tips=yandextank.plugins.TipsAndTricks
|
||||
plugin_rcassert=yandextank.plugins.RCAssert
|
||||
|
Loading…
Reference in New Issue
Block a user