Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added introduction of Boomer #510

Merged
merged 1 commit into from
Jun 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Locust Documentation
.. sidebar:: About locust

Locust is a scalable load testing framework written in Python

* **Website**: `http://locust.io <http://locust.io>`_
* **Source code**: `http://github.com/locustio/locust <http://github.com/locustio/locust>`_
* **Twitter**: `@locustio <http://twitter.com/locustio>`_
Expand All @@ -16,22 +16,22 @@ Locust Documentation

.. toctree ::
:maxdepth: 1

what-is-locust
installation
quickstart

.. toctree ::
:maxdepth: 2

writing-a-locustfile
using-other-languages

.. toctree ::
:maxdepth: 1

running-locust-distributed
testing-other-systems
api
extending-locust
changelog

13 changes: 13 additions & 0 deletions docs/using-other-languages.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
=====================
Using other languages
=====================

A Locust master and a Locust slave communicate by exchanging `msgpack <http://msgpack.org/>`_ messages, which is
supported by many languages. So, you can write your Locust tasks in any languages you like. For convenience, some
libraries do the job as a slave runner. They run your Locust tasks, and report to master regularly.


Boomer
======

`Boomer <https://github.com/myzhan/boomer/>`_ is a Locust slave runner written in golang.