summaryrefslogtreecommitdiffstats
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge "Invalidate cache of default SocketFactory"Kenny Root2014-07-101-0/+29
|\
| * Invalidate cache of default SocketFactoryKenny Root2014-06-271-0/+29
* | Moved slow path flag to Reference classFred Shih2014-07-101-0/+60
|/
* 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