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