aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2015-06-09 19:50:07 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-09 19:50:07 +0000
commitbd6078617050b6883a4d31ff78196c43dd71067a (patch)
treea879eb3e63e17f7884705459d0b34ca6a23ad532 /src
parentbdfefc859a3b8bf588dd554b37d3ac01da4962d7 (diff)
parentd97c29916fdf0614ea297d686ec33ea1756c4dce (diff)
downloadsource.android.com-bd6078617050b6883a4d31ff78196c43dd71067a.tar.gz
am d97c2991: Merge "Docs: Clarify file I/O performance requirements" into lmp-mr1-dev
* commit 'd97c29916fdf0614ea297d686ec33ea1756c4dce': Docs: Clarify file I/O performance requirements
Diffstat (limited to 'src')
-rw-r--r--src/compatibility/5.1/android-5.1-cdd.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/compatibility/5.1/android-5.1-cdd.html b/src/compatibility/5.1/android-5.1-cdd.html
index d787b57a..05119734 100644
--- a/src/compatibility/5.1/android-5.1-cdd.html
+++ b/src/compatibility/5.1/android-5.1-cdd.html
@@ -3995,17 +3995,17 @@ application after it has been launched MUST take less than 1 second.</li>
<h2 id="8_2_file_i_o_access_performance">8.2. File I/O Access Performance</h2>
-<p>Device implementations MUST ensure file access performance consistency for read
+<p>Device implementations MUST ensure internal storage file access performance consistency for read
and write operations. </p>
<ul>
- <li><strong>Sequential write</strong>. Device implementations MUST ensure a sequential write performance of 10MB/s
+ <li><strong>Sequential write</strong>. Device implementations MUST ensure a sequential write performance of at least 5MB/s
for a 256MB file using 10MB write buffer.</li>
- <li><strong>Random write</strong>. Device implementations MUST ensure a random write performance of 0.5MB/s for a
+ <li><strong>Random write</strong>. Device implementations MUST ensure a random write performance of at least 0.5MB/s for a
256MB file using 4KB write buffer.</li>
- <li><strong>Sequential read</strong>. Device implementations MUST ensure a sequential read performance of 15MB/s for
+ <li><strong>Sequential read</strong>. Device implementations MUST ensure a sequential read performance of at least 15MB/s for
a 256MB file using 10MB write buffer.</li>
- <li><strong>Random read</strong>. Device implementations MUST ensure a random read performance of 3.5MB/s for a
+ <li><strong>Random read</strong>. Device implementations MUST ensure a random read performance of at least 3.5MB/s for a
256MB file using 4KB write buffer.</li>
</ul>