diff options
| author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-02-23 18:51:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 18:51:13 +0100 |
| commit | 7122187bc7e29d972947cf6604eacca73f126449 (patch) | |
| tree | 5ada97b562b5a62d013531e3e72b7c0bfd13ca38 /bench_util/Cargo.toml | |
| parent | ee27b9dd7e8ef311c6bfaa3264f7b9908a784a24 (diff) | |
bench: core.encode/decode (#13750)
Diffstat (limited to 'bench_util/Cargo.toml')
| -rw-r--r-- | bench_util/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 2898a8cc6..b64b3a014 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -20,3 +20,7 @@ tokio = { version = "1.10.1", features = ["full"] } [[bench]] name = "op_baseline" harness = false + +[[bench]] +name = "utf8" +harness = false |
