History log of /libcore/benchmarks/src/benchmarks/regression/StringEqualsBenchmark.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
395d429a59d731d654de24e91993485b3531a3ee 12-Jun-2015 agicsaki <agicsaki@google.com> String.Equals Optimization Benchmark

Created benchmark to measure the performance of the method String.equals
for varying lengths of strings and for implementation-specific corner cases, such
as non-word aligned strings. More such corner cases will be added as I explore
different solutions to optimize this method.

Bug: 21481923
Change-Id: I4a1f244809e03a1c970312a04a8658a745ae27c1