summaryrefslogtreecommitdiffstats
path: root/benchmarks
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-012-4/+4
* Revert "Add icu4j to core-libart.jar."Narayan Kamath2015-03-312-4/+4
* Add icu4j to core-libart.jar.Narayan Kamath2015-03-302-4/+4
* Add BreakIterator benchmark to the libcore benchmark suite.Narayan Kamath2015-02-202-1/+73
* 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
* Removing differences between AOSP and internalNeil Fuller2014-09-041-20/+25
* Dalvik is dead, long live Dalvik!Brian Carlstrom2014-08-051-1/+1
* Avoid Math.min() benchmark being optimized away.Vladimir Marko2014-07-221-1/+1
* Avoid Math/StrictMath benchmarks being optimized away.Vladimir Marko2014-07-221-111/+228
* reconcile aosp (86eae8dd1e7405394f0e9efe1252575ef9a9674c) after branching. Pl...Ed Heyl2014-07-141-0/+29
* reconcile aosp (0d589d78c1c2a809429911fc4756856b53404fb9) after branching. Pl...Ed Heyl2014-07-141-0/+60
* am 42a6d80d: Merge "Expanded arraycopy function to deal with more types and u...Jeff Hao2014-06-261-8/+68
|\
| * Merge "Expanded arraycopy function to deal with more types and updated benchm...Jeff Hao2014-06-261-8/+68
| |\
| | * Expanded arraycopy function to deal with more types and updated benchmarking.Emma Meersman2014-06-231-8/+68
| |/ |/|
| * Dalvik is dead, long live Dalvik! DO NOT MERGEBrian Carlstrom2014-06-181-20/+25
|/
* 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
* Don't build benchmarks if LIBCORE_SKIP_TESTS=true.Narayan Kamath2014-01-241-0/+2
* CipherInputStream: increase buffers for speedKenny Root2014-01-151-0/+85
* Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket.Alex Klyubin2013-12-162-30/+2
* am eaa0add6: am 48132b98: Merge "Minor cleanup of deepHashCode / deepEquals."Narayan Kamath2013-11-211-0/+148
|\
| * Minor cleanup of deepHashCode / deepEquals.Narayan Kamath2013-11-211-0/+148
* | am 7e528a4a: am bd03ef07: Merge "Improve URI.equals performance."Narayan Kamath2013-11-211-0/+15
|\|
| * Improve URI.equals performance.Narayan Kamath2013-11-201-0/+15
* | A char array copy optimization (libcore).Hiroshi Yamauchi2013-11-051-0/+40
|/
* 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
* Fix mentions of JSSEKenny Root2013-05-091-0/+1
* am 645c1562: Merge "Replace mentions of old JSSE package name"Kenny Root2013-05-031-1/+1
|\
| * Replace mentions of old JSSE package nameKenny Root2013-05-031-1/+1
* | Build Caliper microbenchmark tests.Also fix the URLConnectionBenchmark tests ...Tsu Chiang Chuang2013-03-2873-7/+241
|/
* Use H instead of k in DateToStringBenchmark.Elliott Hughes2013-03-181-1/+1
* Add the code.google.com/p/dalvik benchmarks to libcore.Elliott Hughes2013-02-1370-0/+7239