Skip to content

Commit

Permalink
tuning perf test params to achieve valid results
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Nov 30, 2011
1 parent ba9ce3a commit eae1ccc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,6 +10,7 @@ ipch/
*.aps *.aps
log.out log.out
log.xml log.xml
report.xsl
*.js.logs *.js.logs
*.js.debug *.js.debug
version_autogenerated.* version_autogenerated.*
Expand Down
4 changes: 3 additions & 1 deletion test/performance/client.bat
Expand Up @@ -12,13 +12,15 @@ if not exist %wcat% (
exit /b -1 exit /b -1
) )


copy /y "%programfiles%\WCAT\report.xsl" "%~dp0"

cscript %wcat% -terminate -update -clients localhost cscript %wcat% -terminate -update -clients localhost
if %ERRORLEVEL% neq 0 ( if %ERRORLEVEL% neq 0 (
echo FAILED. Error initializing WCAT client. echo FAILED. Error initializing WCAT client.
exit /b -1 exit /b -1
) )


cscript %wcat% -terminate -run -clients localhost -t %scenario% -s %server% -p 31416 -v 8 -singleip -x cscript %wcat% -terminate -run -clients localhost -t %scenario% -s %server% -p 31416 -v 2000 -singleip -x
if %ERRORLEVEL% neq 0 ( if %ERRORLEVEL% neq 0 (
echo FAILED. Error running WCAT client. echo FAILED. Error running WCAT client.
exit /b -1 exit /b -1
Expand Down
1 change: 1 addition & 0 deletions test/performance/www/default/web.config
Expand Up @@ -8,6 +8,7 @@
debuggingEnabled="false" debuggingEnabled="false"
devErrorsEnabled="false" devErrorsEnabled="false"
maxProcessCountPerApplication="1" maxProcessCountPerApplication="1"
maxConcurrentRequestsPerProcess="999999"
/> />
</system.webServer> </system.webServer>
</configuration> </configuration>

0 comments on commit eae1ccc

Please sign in to comment.