mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
# FunkLoad test configuration file
|
|
|
|
# ------------------------------------------------------------
|
|
# Main section
|
|
#
|
|
[main]
|
|
title=Simple FunkLoad tests
|
|
description=Simply testing a default static page
|
|
|
|
# the server to test
|
|
url=http://localhost:8000
|
|
|
|
|
|
# ------------------------------------------------------------
|
|
# Tests description and configuration
|
|
#
|
|
[test_simple]
|
|
description=Access some pages
|
|
|
|
|
|
# ------------------------------------------------------------
|
|
# Configuration for bench mode fl-run-bench
|
|
#
|
|
[bench]
|
|
|
|
# cycles = list of cycles with their number of concurrent users
|
|
cycles = 1:5:10:15:20:30
|
|
|
|
# duration = duration of a cycle in seconds
|
|
duration = 10
|
|
|
|
# startup_delay = time to wait between starting-up threads in seconds
|
|
startup_delay = 0.01
|
|
|
|
# sleep_time = time to wait between test in seconds
|
|
sleep_time = 0.01
|
|
|
|
# cycle_time = time to wait between cycle in seconds
|
|
cycle_time = 1
|
|
|
|
# same keys than in [ftest] section
|
|
log_to =
|
|
log_path = simple-bench.log
|
|
result_path = simple-bench.xml
|
|
#ok_codes = 200:301:302
|
|
sleep_time_min = 0
|
|
sleep_time_max = 0.5
|
|
|
|
[distribute]
|
|
log_path = log-distributed
|
|
funkload_location=http://pypi.python.org/packages/source/f/funkload/funkload-1.16.1.tar.gz
|
|
|