os/kernelhwsrv/kerneltest/f32test/bench/testscripts/f32_perf_test_autoexec.bat
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/kerneltest/f32test/bench/testscripts/f32_perf_test_autoexec.bat	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,69 @@
     1.4 +rem
     1.5 +rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +rem All rights reserved.
     1.7 +rem This component and the accompanying materials are made available
     1.8 +rem under the terms of the License "Eclipse Public License v1.0"
     1.9 +rem which accompanies this distribution, and is available
    1.10 +rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +rem
    1.12 +rem Initial Contributors:
    1.13 +rem Nokia Corporation - initial contribution.
    1.14 +rem
    1.15 +rem Contributors:
    1.16 +rem
    1.17 +rem Description:
    1.18 +rem
    1.19 +
    1.20 +trace 2 2
    1.21 +z:
    1.22 +cd test
    1.23 +
    1.24 +
    1.25 +rem -------------------------------------------------------
    1.26 +rem -- run f32 performance tests for FAT file system only 
    1.27 +rem -- using MMC slot, drive E:
    1.28 +rem -- note, that MMC drive can be mapped onto different drive letters, e.g. D: or E:, depending on estart.txt
    1.29 +
    1.30 +
    1.31 +
    1.32 +rem ----------------------------------------------------------------------------------------
    1.33 +rem --- File System performance tests set on FAT
    1.34 +
    1.35 +echo <TST__FS_PERFORMANCE_TESTS_FAT>
    1.36 +echo ### starting FS performance tests on FAT File System
    1.37 +
    1.38 +format c:
    1.39 +format e:
    1.40 +
    1.41 +runtests f32_perf_test.bat -st -t 5400
    1.42 +echo <\TST__FS_PERFORMANCE_TESTS_FAT>
    1.43 +
    1.44 +
    1.45 +
    1.46 +
    1.47 +
    1.48 +
    1.49 +rem ----------------------------------------------------------------------------------------
    1.50 +rem --- Dir. operations performance tests set on FAT
    1.51 +
    1.52 +
    1.53 +echo <TST__DIRECTORY_PERFORMANCE_TESTS_FAT>
    1.54 +
    1.55 +echo ### starting directory operations performance tests on FAT File System
    1.56 +
    1.57 +format c:
    1.58 +format e:
    1.59 +
    1.60 +runtests fat_perf_test.bat -st -t 5400 
    1.61 +echo <\TST__DIRECTORY_PERFORMANCE_TESTS_FAT>
    1.62 +
    1.63 +
    1.64 +
    1.65 +
    1.66 +rem ----------------------------------------------------------------------------------------
    1.67 +rem --- Crash the board
    1.68 +echo ### crashing the board
    1.69 +crash
    1.70 +
    1.71 +
    1.72 +