Click here to Skip to main content
Click here to Skip to main content

TFS Proxy Efficiency Testing

By , 26 Sep 2008
 
@echo OFF

echo Start: Operation Check out/Undo

echo 
FOR /L %%G IN (1,1,4) DO (echo Start: without proxy
call start_checkout.cmd
call start_undo_checkout.cmd
echo End: without proxy
)

exit
FOR /L %%G IN (1,1,4) DO (echo Start: Proxy 0% cached
call z:\delete.cmd
call start_checkout.cmd use_cache
call start_undo_checkout.cmd use_cache
echo End: Proxy 0% cached
)


FOR /L %%G IN (1,1,4) DO (echo Start: PROXY 100% cached
call start_checkout.cmd use_cache
call start_undo_checkout.cmd use_cache
echo End: PROXY 100% cached
)


echo 
FOR /L %%G IN (1,1,4) DO (echo Start: proxy 90% cached
call z:\delete_10percent.cmd
call start_checkout.cmd use_cache
call start_undo_checkout.cmd use_cache
echo End: proxy 90% cached
)

echo End: Operation Check out/Undo

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Max Paulousky
Team Leader www.maxpaulousky.com
Belarus Belarus
Member
Max currently is a senior developer at software company.
 
He lives with his wife Tatiana and son Zakhar (4 yrs) in Minsk, Belarus, but they dream to live in New Zealand.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 26 Sep 2008
Article Copyright 2008 by Max Paulousky
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid