tools: run-perf-tests: 'self' option changed to 'baseline'

This commit is contained in:
Bill Zissimopoulos
2017-01-04 14:28:52 -08:00
parent c7d6fc355b
commit 6cfda75447
2 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ test_script:
- tools\nmake-ext-test.bat %CONFIGURATION%
- if %TESTING%==Func tools\run-tests.bat %CONFIGURATION%
- if %TESTING%==Func tools\run-tests.bat %CONFIGURATION% ifstest
- if %TESTING%==Perf tools\run-perf-tests.bat %CONFIGURATION% self
- if %TESTING%==Perf tools\run-perf-tests.bat %CONFIGURATION% baseline
- if exist %SystemRoot%\memory.dmp exit 1
on_finish: