Maven migration (first draft)

This commit is contained in:
Graham Triggs 2015-11-19 23:47:41 +00:00
parent da79ac3e1d
commit fee48b0b50
1711 changed files with 662 additions and 0 deletions

View 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