first commit
This commit is contained in:
49
CS4210/Project 1/client/testFile.xml
Normal file
49
CS4210/Project 1/client/testFile.xml
Normal file
@@ -0,0 +1,49 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- XML File for test execution-->
|
||||
|
||||
<Tests>
|
||||
<singleFileTest>
|
||||
<!-- The number of threads to spawn to make requests -->
|
||||
<numthreads>100</numthreads>
|
||||
|
||||
<!-- The number of times the request will be made per threads -->
|
||||
<iterations>50</iterations>
|
||||
|
||||
<!-- The files to retrieve -->
|
||||
<filesToRetrieve>
|
||||
|
||||
<!-- The file names, use / for directories -->
|
||||
<file>pwner.jpg</file>
|
||||
|
||||
</filesToRetrieve>
|
||||
</singleFileTest>
|
||||
|
||||
<advancedTest>
|
||||
<numthreads>64</numthreads>
|
||||
<iterations>32</iterations>
|
||||
<filesToRetrieve>
|
||||
<file>index.html</file>
|
||||
<file>haircut.png</file>
|
||||
<file>Only.mp3</file>
|
||||
<file>Puyans_mom_naked.jpg</file>
|
||||
</filesToRetrieve>
|
||||
</advancedTest>
|
||||
|
||||
<simpleTest>
|
||||
<!-- The number of threads to spawn to make requests -->
|
||||
<numthreads>32</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>index.html</file>
|
||||
|
||||
</filesToRetrieve>
|
||||
</simpleTest>
|
||||
</Tests>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user