aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Expand)Author
2023-11-14Demote errorprone issuesCole Faust
2023-10-06Speed-up Class.getSimpleName()Victor Chang
2023-05-25Add MethodHandles benchmark.Almaz Mingaleev
2022-11-11Fix AOSP license cut-and-paste nitsOrion Hodson
2022-10-15Fix errorprone warnings that should be errorsCole Faust
2022-09-12Prefer `T.valueOf(t)` over `new T(t)` for boxed primitive typesOrion Hodson
2022-02-03Demote errorprone errors to warningsCole Faust
2021-11-18Add documentation about libcore benchmark testsVictor Chang
2021-11-02Revert^2 "OpenJDK 11: Add String.repeat()"Orion Hodson
2021-10-26Revert "OpenJDK 11: Add String.repeat()"Orion Hodson
2021-10-19OpenJDK 11: Add String.repeat()Nikita Iashchenko
2021-09-15Improve the performance of String.format by 10xVictor Chang
2021-08-04Use python3 in various python scripts in libcore/Victor Chang
2021-07-07Add tiny strings test case to ScannerBenchmark.Almaz Mingaleev
2021-07-07Mark Scanner benchmark as macrobenchmark.Almaz Mingaleev
2021-07-02Add Scanner benchmark.Almaz Mingaleev
2021-02-05[LSC] Add LOCAL_LICENSE_KINDS to libcoreBob Badour
2020-12-15Remove NativeTestTarget.Nicolas Geoffray
2020-10-07Add ASCII strings to StringToBytesBenchmark.Vladimir Marko
2020-08-13Merge "Switch to OpenJDK 8 java/math"Hans Boehm
2020-08-11Switch to OpenJDK 8 java/mathHans Boehm
2020-07-28Inclusive Language Fixit: Replace dummy with fakePaul Duffin
2020-03-12Replace ICU.initLocaleDataNative with ICU4J implementationVictor Chang
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