summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2021-09-27Switch to OpenJDK 8 java/mathHans Boehm
2019-09-20Remove duplicate libraries that are provided by system modulesPaul Duffin
2019-06-12Switch from no_standard_libs:true to sdk_version:"none"Paul Duffin
2019-05-28Fix language level 9 build.Tobias Thierer
2019-05-22Convert benchmarks/Android.mk to .bpPaul Duffin
2018-10-17Remove benchmarks that use non-public APIsNeil Fuller
2018-10-15Remove non-libcore benchmarksNeil Fuller
2018-08-13Merge "Rename org.kxml2 code to com.android.org.kxml2"Treehugger Robot
2018-07-11Rename org.kxml2 code to com.android.org.kxml2Neil Fuller
2018-07-05Merge "Add benchmark for System.getProperty() vs. AccessController/GetPropert...Tobias Thierer
2018-07-04Add benchmark for System.getProperty() vs. AccessController/GetPropertyAction.Tobias Thierer
2018-04-24Merge "Verify java.util.Arrays against OpenJDK 8u121-b13." am: 8bef903bf4Pete Gillin
2018-04-24Verify java.util.Arrays against OpenJDK 8u121-b13.Pete Gillin
2018-04-23Merge "Fix DeepArrayOpsBenchmark." am: 1dd66948a4Pete Gillin
2018-04-17Fix DeepArrayOpsBenchmark.Pete Gillin
2018-02-16Merge "Remove cachedLocaleData from NumberFormat." am: 6f5d9c76f5 am: 7ee10b4533hansson
2018-02-16Merge "Remove cachedLocaleData from DecimalFormatSymbols." am: 69844beb4c am:...hansson
2018-02-16Merge "Remove cachedLocaleData from NumberFormat."hansson
2018-02-16Merge "Remove cachedLocaleData from DecimalFormatSymbols."hansson
2018-02-15Remove cachedLocaleData from DecimalFormatSymbols.Anton Hansson
2018-02-15Remove cachedLocaleData from NumberFormat.Anton Hansson
2018-02-14Merge "Remove cachedLocaleData from DecimalFormat." am: 2ef3444144 am: 67cf38...hansson
2018-02-14Remove cachedLocaleData from DecimalFormat.Anton Hansson
2018-01-12Merge changes from topic "utf8decoder" am: 66805fc98d am: 6ded4af9cavichang
2018-01-11Make the Android fast-path UTF-8 decoder follow the Unicode Standard and the ...Victor Chang
2017-12-01Merge "Add VMDebug.getInstancesOfClasses API." am: e7aad93b91 am: c3d216eae8Richard Uhler
2017-11-30Switch usages of legacy-test to android.test.basePaul Duffin
2017-11-29Add VMDebug.getInstancesOfClasses API.Richard Uhler
2017-09-27Increase ZipFile read buffers size to 64kPrzemyslaw Szczepaniak
2017-04-04Revert "Revert "Matcher: Avoid excessive String copies.""Narayan Kamath
2017-04-03Revert "Matcher: Avoid excessive String copies."Narayan Kamath
2017-04-03Matcher: Avoid excessive String copies.Narayan Kamath
2016-11-30Replace core-junit with legacy-testPaul Duffin
2016-10-10Add object clone benchmarkMathieu Chartier
2016-10-03Remove DateFormat time pattern cachingNeil Fuller
2016-09-26Revert "Revert "benchmarks: Add timings for @FastNative/@CriticalNative""Igor Murashkin
2016-09-26Revert "benchmarks: Add timings for @FastNative/@CriticalNative"Nicolas Geoffray
2016-09-23benchmarks: Add timings for @FastNative/@CriticalNativeIgor Murashkin
2016-08-26ART: Added benchmark for string dex cacheChristina Wadsworth
2016-08-26Merge "Add an IMT conflict benchmark"Treehugger Robot
2016-08-17Add test and benchmarks for SimpleDateFormat.Joachim Sauer
2016-06-20Add an IMT conflict benchmarkMatthew Gharrity
2016-06-17More performance benchmarks for MessageDigest.Alex Klyubin
2016-05-13JarFile: Optimize getMetaInfEntryNames.Narayan Kamath
2016-04-26Merge "Avoid additional Object allocations that are immediately unboxed"Tobias Thierer
2016-04-25Optimize StringBuilder.append for String with rangeYi Kong
2016-04-25Avoid additional Object allocations that are immediately unboxedTobias Thierer
2016-04-18String: Improve performance of String.getBytes.Narayan Kamath
2016-04-08benchmarks: Add a String benchmark for replace.Narayan Kamath
2016-04-07Add Character#digit(int, int) fastpathPrzemyslaw Szczepaniak