Home | History | Annotate | Download | only in 8_performance-and-power

Lines Matching refs:performance

1 ## 8.2\. File I/O Access Performance
3 Providing a common baseline for a consistent file access performance on the
11 * **Sequential write performance**. Measured by writing a 256MB file using
13 * **Random write performance**. Measured by writing a 256MB file using 4KB
15 * **Sequential read performance**. Measured by reading a 256MB file using
17 * **Random read performance**. Measured by reading a 256MB file using 4KB
22 * [H-0-1] MUST ensure a sequential write performance of at least 5MB/s.
23 * [H-0-2] MUST ensure a random write performance of at least 0.5MB/s.
24 * [H-0-3] MUST ensure a sequential read performance of at least 15MB/s.
25 * [H-0-4] MUST ensure a random read performance of at least 3.5MB/s.
29 * [T-0-1] MUST ensure a sequential write performance of at least 5MB/s.
30 * [T-0-2] MUST ensure a random write performance of at least 0.5MB/s.
31 * [T-0-3] MUST ensure a sequential read performance of at least 15MB/s.
32 * [T-0-4] MUST ensure a random read performance