History log of /libcore/benchmarks/src/benchmarks/regression/EqualsHashCodeBenchmark.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
0b217ad34f025aedbba468e248303bdc8b2e5df0 19-Nov-2013 Narayan Kamath <narayan@google.com> Improve URI.equals performance.

The main improvement is that we're vastly reducing
the amount of garbage this method creates.

Also, get rid of some incorrect checks and add a new
benchmark test case.

Before vs. After:

URI Equals 1540.1 =
URI EqualsWithHeavilyEscapedComponent 11921397.1 ==============================

URI Equals 1337.2 =
URI EqualsWithHeavilyEscapedComponent 588934.3 ==============================

Change-Id: I9ddb87b8267f0ac6a3ac85c2989cc0dd305ef6a1
5a7833b406bb2716b057d3ed923f22f1f86b2a20 27-Mar-2013 Tsu Chiang Chuang <tsu@google.com> Build Caliper microbenchmark tests.Also fix the URLConnectionBenchmark tests to use the external/mockwebserver.

Change-Id: I48ec32e94f992fe570a6d729bb38971b3f211188