os/kernelhwsrv/kerneltest/f32test/bench/testscripts/f32_perf_test_autoexec.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 rem
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 rem All rights reserved.
     4 rem This component and the accompanying materials are made available
     5 rem under the terms of the License "Eclipse Public License v1.0"
     6 rem which accompanies this distribution, and is available
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 rem
     9 rem Initial Contributors:
    10 rem Nokia Corporation - initial contribution.
    11 rem
    12 rem Contributors:
    13 rem
    14 rem Description:
    15 rem
    16 
    17 trace 2 2
    18 z:
    19 cd test
    20 
    21 
    22 rem -------------------------------------------------------
    23 rem -- run f32 performance tests for FAT file system only 
    24 rem -- using MMC slot, drive E:
    25 rem -- note, that MMC drive can be mapped onto different drive letters, e.g. D: or E:, depending on estart.txt
    26 
    27 
    28 
    29 rem ----------------------------------------------------------------------------------------
    30 rem --- File System performance tests set on FAT
    31 
    32 echo <TST__FS_PERFORMANCE_TESTS_FAT>
    33 echo ### starting FS performance tests on FAT File System
    34 
    35 format c:
    36 format e:
    37 
    38 runtests f32_perf_test.bat -st -t 5400
    39 echo <\TST__FS_PERFORMANCE_TESTS_FAT>
    40 
    41 
    42 
    43 
    44 
    45 
    46 rem ----------------------------------------------------------------------------------------
    47 rem --- Dir. operations performance tests set on FAT
    48 
    49 
    50 echo <TST__DIRECTORY_PERFORMANCE_TESTS_FAT>
    51 
    52 echo ### starting directory operations performance tests on FAT File System
    53 
    54 format c:
    55 format e:
    56 
    57 runtests fat_perf_test.bat -st -t 5400 
    58 echo <\TST__DIRECTORY_PERFORMANCE_TESTS_FAT>
    59 
    60 
    61 
    62 
    63 rem ----------------------------------------------------------------------------------------
    64 rem --- Crash the board
    65 echo ### crashing the board
    66 crash
    67 
    68 
    69