NIHVIVO-1129 First stab at a load-testing framework.
This commit is contained in:
parent
e8d37f9a88
commit
018f26a712
7 changed files with 599 additions and 0 deletions
22
utilities/load-testing/example.loadtesting.properties
Normal file
22
utilities/load-testing/example.loadtesting.properties
Normal file
|
@ -0,0 +1,22 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
#
|
||||
# VIVO load-testing properties
|
||||
#
|
||||
# This file is provided as example.loadtesting.properties.
|
||||
#
|
||||
# Save a copy of this file as loadtesting.properties, and edit the properties
|
||||
# as needed for your deployment.
|
||||
#
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
#
|
||||
# The base install directory for JMeter.
|
||||
#
|
||||
jmeter.home.dir = /Users/jeb228/Downloads/JMeter/jakarta-jmeter-2.4
|
||||
|
||||
#
|
||||
# Where do we find the Vivo instance that we are testing?
|
||||
#
|
||||
webapp.host = localhost
|
||||
webapp.port = 8080
|
||||
webapp.name = vivo
|
Loading…
Add table
Add a link
Reference in a new issue