sl@0: rem sl@0: rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: rem All rights reserved. sl@0: rem This component and the accompanying materials are made available sl@0: rem under the terms of the License "Eclipse Public License v1.0" sl@0: rem which accompanies this distribution, and is available sl@0: rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: rem sl@0: rem Initial Contributors: sl@0: rem Nokia Corporation - initial contribution. sl@0: rem sl@0: rem Contributors: sl@0: rem sl@0: rem Description: sl@0: rem sl@0: sl@0: trace 2 2 sl@0: z: sl@0: cd test sl@0: sl@0: sl@0: rem ------------------------------------------------------- sl@0: rem -- run f32 performance tests for FAT file system only sl@0: rem -- using MMC slot, drive E: sl@0: rem -- note, that MMC drive can be mapped onto different drive letters, e.g. D: or E:, depending on estart.txt sl@0: sl@0: sl@0: sl@0: rem ---------------------------------------------------------------------------------------- sl@0: rem --- File System performance tests set on FAT sl@0: sl@0: echo sl@0: echo ### starting FS performance tests on FAT File System sl@0: sl@0: format c: sl@0: format e: sl@0: sl@0: runtests f32_perf_test.bat -st -t 5400 sl@0: echo <\TST__FS_PERFORMANCE_TESTS_FAT> sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: rem ---------------------------------------------------------------------------------------- sl@0: rem --- Dir. operations performance tests set on FAT sl@0: sl@0: sl@0: echo sl@0: sl@0: echo ### starting directory operations performance tests on FAT File System sl@0: sl@0: format c: sl@0: format e: sl@0: sl@0: runtests fat_perf_test.bat -st -t 5400 sl@0: echo <\TST__DIRECTORY_PERFORMANCE_TESTS_FAT> sl@0: sl@0: sl@0: sl@0: sl@0: rem ---------------------------------------------------------------------------------------- sl@0: rem --- Crash the board sl@0: echo ### crashing the board sl@0: crash sl@0: sl@0: sl@0: