A re-worked version of the performance testing framework.
This commit is contained in:
parent
031dc3e004
commit
a009f582f3
52 changed files with 7017 additions and 0 deletions
15
utilities/LoadTesting/testinfo/README.txt
Normal file
15
utilities/LoadTesting/testinfo/README.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
Contains both the JMeter source files for the tests, and the results of the tests.
|
||||
|
||||
The source files are stored hierarchically, so we can have multiple sources for each set of tests.
|
||||
For example, the version of "SimpleTests" that is used with release 1.3 is stored in
|
||||
testinfo/tests/SimpleTests/SimpleTests-1-3.jmx
|
||||
|
||||
That way _selectTest can determine what sets we have by the names of the subdirectories in tests,
|
||||
and _runTest can use a distro-dependent version of the test set.
|
||||
|
||||
The results are stored in files that correspond the tests, and categorized by the site that
|
||||
they run against, so if we run SimpleTests against cornell data on distro of release 1.3,
|
||||
the results are stroed in
|
||||
results/cornell/SimpleTests-1-3.jtl
|
||||
results/cornell/SimpleTests-1-3.html
|
||||
results/cornell/SimpleTests-1-3.log
|
Loading…
Add table
Add a link
Reference in a new issue