commit | 7a2bd0fb4a3f3db8f9812f8c2c340f085dfd9fd2 | [log] [tgz] |
---|---|---|
author | Miguel <miguelaranda@google.com> | Tue Jul 05 08:59:19 2022 +0000 |
committer | Miguel Aranda <miguelaranda@google.com> | Wed Jul 13 10:25:14 2022 +0000 |
tree | 290f361dfba5148bc5c133c791757a1401c56fd2 | |
parent | a82115dc12e59efa51bc93a6baae8438becf1cf6 [diff] |
Fix CharsetUtf8PerfTest. The test performed a lot of repetitions of the same append call with a buffer that kept being extended which resulted in OOM errors, but now we use a new buffer each time. Test: atest CharsetUtf8PerfTest Bug: 235455275 Change-Id: I10427d315a6d0b45394c74d0c8642f0c085ceb07