21 lines
567 B
XML
21 lines
567 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- XML File for test execution-->
|
|
|
|
<Tests>
|
|
<singleFileTest>
|
|
<!-- The number of threads to spawn to make requests -->
|
|
<numthreads>10</numthreads>
|
|
|
|
<!-- The number of times the request will be made per threads -->
|
|
<iterations>10</iterations>
|
|
|
|
<!-- The files to retrieve -->
|
|
<filesToRetrieve>
|
|
|
|
<!-- The file names, use / for directories -->
|
|
<file>/testFiles/1MB.txt</file>
|
|
|
|
</filesToRetrieve>
|
|
</singleFileTest>
|
|
</Tests>
|