24 lines
829 B
XML
24 lines
829 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>12</numthreads>
|
|
|
|
<!-- The number of times the request will be made per threads -->
|
|
<iterations>3</iterations>
|
|
|
|
<!-- The files to retrieve -->
|
|
<filesToRetrieve>
|
|
|
|
<!-- The file names, use / for directories -->
|
|
<file>http://www-static.cc.gatech.edu/~puyan/large_one.jpg</file>
|
|
<file>http://www-static.cc.gatech.edu/~puyan/large_two.jpg</file>
|
|
<file>http://www-static.cc.gatech.edu/~puyan/large_three.jpg</file>
|
|
<file>http://www-static.cc.gatech.edu/~puyan/large_four.jpg</file>
|
|
|
|
</filesToRetrieve>
|
|
</simpleTest>
|
|
</Tests>
|