Merge: Bench string
authorJean Privat <jean@pryen.org>
Tue, 26 Aug 2014 22:54:40 +0000 (18:54 -0400)
committerJean Privat <jean@pryen.org>
Tue, 26 Aug 2014 22:54:40 +0000 (18:54 -0400)
commitcb94fcbbe539524df307139a208d8b3fa4b6053e
treeb9cf0b8b481eccb3b9b6327c74076e70c1f8a9b9
parent1cae0edbe0aa0a543635f6b7e69a64dbbd46ba81
parentd4dca81d8cbb4c0b8076f2288bc9b9abf9b8f3fd
Merge: Bench string

Added a few benches for variations of String and Array.
Also added a array_debug module on the same idea as hash_debug (PR #664) to track the use of to_s in Array (other functions may be supported someday if needed).

The UTF-8 benchmarks only work with the no-index version for now.

Pull-Request: #685
Reviewed-by: Jean Privat <jean@pryen.org>