summaryrefslogtreecommitdiffstats
path: root/benchmarks/src/benchmarks/regression
Commit message (Expand)AuthorAgeFilesLines
* Get rid of old Harmony Services cacheKenny Root2015-05-191-0/+50
* Move Class.newInstance to nativeMathieu Chartier2015-04-241-0/+7
* Ensure consistency of capitalization in RelativeDateTimeFormatterNeil Fuller2015-04-222-5/+7
* Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-161-5/+5
* Rename package to android.icu.* instead of com.android.ibm.icu.*.Narayan Kamath2015-04-071-3/+3
* Revert "Revert "Add icu4j to core-libart.jar.""Narayan Kamath2015-04-011-2/+3
* Revert "Add icu4j to core-libart.jar."Narayan Kamath2015-03-311-3/+2
* Add icu4j to core-libart.jar.Narayan Kamath2015-03-301-2/+3
* Add BreakIterator benchmark to the libcore benchmark suite.Narayan Kamath2015-02-201-0/+71
* Use ICU for relative time formattingTao Bao2015-02-111-0/+68
* Extend ArrayList fastpath to Collections.sort(List<T>, Comparator<T>).Narayan Kamath2015-01-021-7/+32
* Add a zero-copy path for Collections.sort() on ArrayList.Narayan Kamath2014-12-301-0/+55
* Add benchmark for reflection performance on large classes.Narayan Kamath2014-11-142-0/+2560
* Avoid Math.min() benchmark being optimized away.Vladimir Marko2014-07-211-1/+1
* Avoid Math/StrictMath benchmarks being optimized away.Vladimir Marko2014-07-211-111/+228
* Invalidate cache of default SocketFactoryKenny Root2014-06-271-0/+29
* Pass BCP-47 tags and not Locale.toString results to ICU.Elliott Hughes2014-06-162-3/+3
* Fix Greek uppercasing.Elliott Hughes2014-04-041-0/+8
* CipherInputStream: increase buffers for speedKenny Root2014-01-151-0/+85
* Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket.Alex Klyubin2013-12-162-30/+2
* Improve URI.equals performance.Narayan Kamath2013-11-201-0/+15
* Merge "Add a cache to ICU.getBestDateTimePattern."Elliott Hughes2013-10-311-0/+32
|\
| * Add a cache to ICU.getBestDateTimePattern.Elliott Hughes2013-10-311-0/+32
* | Remove unused code from CharsetBenchmark.Narayan Kamath2013-10-301-59/+0
|/
* Add benchmark for SSL loopbackKenny Root2013-09-291-0/+61
* icu4c DateIntervalFormat objects are expensive enough that we need to cache t...Elliott Hughes2013-09-111-0/+56
* Move URLConnectionBenchmark to latest mockwebserver APIBrian Carlstrom2013-05-091-10/+13
* am 645c1562: Merge "Replace mentions of old JSSE package name"Kenny Root2013-05-031-1/+1
* Build Caliper microbenchmark tests.Also fix the URLConnectionBenchmark tests ...Tsu Chiang Chuang2013-03-2857-0/+6249