Files
GTSchoolShit/CS4210/Project 3/client/tests/latency_test_proxy.xml
2025-06-07 01:59:34 -04:00

24 lines
836 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>1</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://asskoala.servebeer.com/~nayupuyan/small_one.jpg</file>
<file>http://asskoala.servebeer.com/~nayupuyan/small_two.jpg</file>
<file>http://asskoala.servebeer.com/~nayupuyan/small_three.jpg</file>
<file>http://asskoala.servebeer.com/~nayupuyan/small_four.jpg</file>
</filesToRetrieve>
</simpleTest>
</Tests>