Files
wger/extras/bench/Simple.conf
Roland Geider 606d8b2994 Add simple benchmark file with funkload
--HG--
branch : 1.1-dev
2013-01-30 22:54:32 +01:00

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