Files
deb-python-fuelclient/fuelclient/fuelclient_settings.yaml
Roman Prykhodchenko 207d3f1c55 Basic profiling facilities for CLI
This patch implements a simple wrapper for
profiling different CLI commands and saving
the results.

cProfile is used as a profiling tool; results
are saved as a call-tree, textual statistics and
a DOT-graph.

Performance profiling settings are stored in settings.yaml
which is introduced by this patch and is distributed with
Fuel Client. Custom user settings can be supplied using the
FUELCLIENT_CUSTOM_SETTINGS environment variable overriding
the default ones.

DocImpact
Blueprint: 100-nodes-support
Change-Id: Ia9f6d19960fbe35e034fa85bf6303f3a419a7a75
2014-11-14 13:24:09 +01:00

7 lines
286 B
YAML

# performance tests settings
PERFORMANCE_PROFILING_TESTS: 0
PERF_TESTS_PATHS:
perf_tests_base: "/tmp/fuelclient_performance_tests/tests/"
last_performance_test: "/tmp/fuelclient_performance_tests/tests/last/"
perf_tests_results: "/tmp/fuelclient_performance_tests/results/"