Skip to content

Commit

Permalink
bfg documentation update, ultimate gun
Browse files Browse the repository at this point in the history
  • Loading branch information
netort committed Feb 21, 2018
1 parent 23a8456 commit e018a4f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions docs/core_and_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -656,11 +656,14 @@ and adjust the number of real threads by ``green_threads_per_instance`` option.
BFG Options
-----------

yaml file section: **[bfg]**
yaml file section: **bfg**

:gun_type:
What kind of gun should BFG use.

:gun_config:
Gun configuration options

:ammo_type:
What ammo parser should BFG use.

Expand All @@ -684,9 +687,10 @@ yaml file section: **[bfg]**
Ultimate Gun Options
--------------------

gun_type = **ultimate**
yaml gun_type section: **ultimate**


INI file section: **[ultimate_gun]**
Specify `gun_config` with:

:module_path:
Path to your module
Expand Down Expand Up @@ -725,12 +729,7 @@ The fields of measuring context object and their default values:
SQL Gun Options
---------------

gun_type = **sql**

INI file section: **[sql_gun]**

:db:
DB uri in format: ``dialect+driver://user:password@host/dbname[?key=value..]``, where dialect is a database name such as mysql, oracle, postgresql, etc., and driver the name of a DBAPI, such as psycopg2, pyodbc, cx_oracle, etc. `details <http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html#database-urls>`_
SQL gun is deprecated. Use ultimate gun.

Pandora
=======
Expand Down

0 comments on commit e018a4f

Please sign in to comment.