Merge: Bench strings update
authorJean Privat <jean@pryen.org>
Thu, 29 Oct 2015 19:04:02 +0000 (15:04 -0400)
committerJean Privat <jean@pryen.org>
Thu, 29 Oct 2015 19:04:02 +0000 (15:04 -0400)
commitb84161a2889f78ef684a3289e5245b46672205dc
treec71e40f4a9f3e40203389881f4ccd54ac6280649
parent10f8a25dd8f87faa15896bb77f1908b9bf6f4864
parent50e1a830f78fc97b7389017fb599b619dcbdccc1
Merge: Bench strings update

A few things happening here:

* Added some line-producing output to `bench_plot.sh`, use both functions to produce lines instead of histograms
* `bench_strings.sh` underwent a few transformations: now you can try with different values of `maxlen` (threshold at which a flat concatenation produces a new Concat node instead of a new FlatString), you can also work on HEAD only with a new option, also, all benches now produce lines instead of histograms

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