24 lines
773 B
XML
24 lines
773 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- XML File for test execution-->
|
|
|
|
<Tests>
|
|
<simpleTest>
|
|
<!-- The number of threads to spawn to make requests -->
|
|
<numthreads>4</numthreads>
|
|
|
|
<!-- The number of times the request will be made per threads -->
|
|
<iterations>1</iterations>
|
|
|
|
<!-- The files to retrieve -->
|
|
<filesToRetrieve>
|
|
|
|
<!-- The file names, use / for directories -->
|
|
<file>http://localhost/test_files/test_small0</file>
|
|
<file>http://localhost/test_files/test_small1</file>
|
|
<file>http://localhost/test_files/test_small2</file>
|
|
<file>http://localhost/test_files/test_small3</file>
|
|
|
|
</filesToRetrieve>
|
|
</simpleTest>
|
|
</Tests>
|