FEAT: Benchmarks for arraystring.try_push / push

These benches inform encode_utf8 changes, if any.
This commit is contained in:
bluss
2017-10-27 22:14:12 +02:00
parent 456aeaf557
commit 4195f1a741
2 changed files with 94 additions and 0 deletions
+4
View File
@@ -32,6 +32,10 @@ bencher = "0.1.4"
name = "extend"
harness = false
[[bench]]
name = "arraystring"
harness = false
[features]
default = ["std"]
std = []