bench/strings: Added bench for UTF-8 strings without index
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 18 Aug 2014 17:22:07 +0000 (13:22 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Thu, 21 Aug 2014 17:30:19 +0000 (13:30 -0400)
commiteb1f7286a343be10612f13127c8be29f6551bca6
treee8ec947f36a79c1ce729d7f12318e9cc886a0958
parentbbfd04728005f6baa3cba64c4e1e83a229a3a9cb
bench/strings: Added bench for UTF-8 strings without index

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
benchmarks/bench_strings.sh
benchmarks/strings/utf_chain_concat.nit [new file with mode: 0644]
benchmarks/strings/utf_iteration_bench.nit [new file with mode: 0644]
benchmarks/strings/utf_substr_bench.nit [new file with mode: 0644]