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)
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>


Trivial merge