History log of /libcore/benchmarks/src/benchmarks/regression/BreakIteratorBenchmark.java
Revision Date Author Comments
ea13f8291a92b6f47f50011da1d5e8c107984bc3 30-Nov-2015 Paul Duffin <paulduffin@google.com> Switch to latest version of Caliper

Convert the benchmarks to the latest version of Caliper.

Bug: 24848946
Change-Id: Iac04b30dac61ccb397a6685890da64bae4d3b318
3f1ba8fe1d0ea9c1b1d3059c536861ac08464a3d 07-Apr-2015 Narayan Kamath <narayan@google.com> Rename package to android.icu.* instead of com.android.ibm.icu.*.

Based on a discussion with the icu team.

Change-Id: I47a6b260a9348debd65282794996f7976b8bc008
f37f781d473cd398041e34648aaa5f2a50c0d8f5 01-Apr-2015 Narayan Kamath <narayan@google.com> Revert "Revert "Add icu4j to core-libart.jar.""

This reverts commit 3b59929cb9978453c8bc81cf7e222c40fa42ce90.

Fixes the original flaky build issues and fixes a typo caught
by the previous review.

Change-Id: Ia8a008b75dba51980b064f9689477b8698bcfa5c
3b59929cb9978453c8bc81cf7e222c40fa42ce90 31-Mar-2015 Narayan Kamath <narayan@google.com> Revert "Add icu4j to core-libart.jar."

This reverts commit de7c1fb9684c2558743e88fbf74a61f5ed6b47b5.

Change-Id: I22be183176e27371b3ab5fd8868598968cf01584
de7c1fb9684c2558743e88fbf74a61f5ed6b47b5 30-Mar-2015 Narayan Kamath <narayan@google.com> Add icu4j to core-libart.jar.

The first approach of building icu4j against the SDK and adding that
to the boot classpath won't work out too well. Besides being a bit
of a hack, there's no way to express that relationship for hostdex
builds.

We now compile icu4j sources along with core-libart. This is the most
direct way of expressing this relationship and allows us to include
exactly what we need.

Note that we exclude the locale SPIs, transliterators and charset code
by default.

Change-Id: Idd305e77480bc681ed5b47e740dfec20d3bc7b26
352ba7e2033d6b15adda6a58e59a0a63e56257a9 20-Feb-2015 Narayan Kamath <narayan@google.com> Add BreakIterator benchmark to the libcore benchmark suite.

Strings come from con.android.markbench.Text. This change also
reworks the dependency list for benchmarks.jar to avoid hitting the
dex limit (sigh).

bug: 17185402

Change-Id: Iffd4f88b84649c86446571fea3868e98beae3175