Skip to content

Commit

Permalink
Warning new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oke11o committed Oct 13, 2023
1 parent 3410745 commit 4897007
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/advanced.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
HTTP Ammo providers
===================

.. warning::

New Documentation https://yandex.github.io/pandora/

HTTP Ammo provider is a source of test data: it makes ammo object.

There is a common rule for any (built-in) provider: data supplied by ammo provider are records that will be pushed via established connection to external host (defined in pandora config via `pool.gun.target` option). Thus, you cannot define in the ammofile to which `physical` host your ammo will be sent.
Expand Down
4 changes: 4 additions & 0 deletions docs/architecture.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Architectural overview
======================

.. warning::

New Documentation https://yandex.github.io/pandora/

Architectural scheme
--------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Configuration
===============

.. warning::

New Documentation https://yandex.github.io/pandora/

Basic configuration
-------------------

Expand Down
4 changes: 4 additions & 0 deletions docs/custom.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Custom guns
===========

.. warning::

New Documentation https://yandex.github.io/pandora/


Basic tutorial
--------------
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
Welcome to Pandora's documentation!
===================================

.. warning::

New Documentation https://yandex.github.io/pandora/

Pandora is a high-performance load generator in Go language. It has built-in HTTP(S) and HTTP/2 support and you can write your own load scenarios in Go, compiling them just before your test.

.. toctree::
Expand Down
4 changes: 4 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Installation
============

.. warning::

New Documentation https://yandex.github.io/pandora/

`Download <https://github.com/yandex/pandora/releases>`_ binary release or build from source.

We use go 1.11 modules.
Expand Down
4 changes: 4 additions & 0 deletions docs/performance.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Pandora's performance
=====================

.. warning::

New Documentation https://yandex.github.io/pandora/

`Alexander Ivanov`_ made some performance tests for the gun itself. Here are the results.

* Server: NGinx, 32 cores, 64G RAM.
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Your first test
===============

.. warning::

New Documentation https://yandex.github.io/pandora/
;
You can use Pandora alone or use it with `Yandex.Tank`_ as a test runner and
`Overload`_ as a result viewer. In the second case Pandora's configuration is the same, but you will embed it into Yandex.Tank's config.

Expand Down

0 comments on commit 4897007

Please sign in to comment.