aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/Cargo.toml
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-21 17:51:31 +0000
committerBernardo <[email protected]>2018-12-25 19:03:14 +0000
commitd6312085a1ac97030fa768366585b9cfb6c955cd (patch)
treebdd36cd3efd76fc3a1561847ed66ccece7b75303 /crates/ra_editor/Cargo.toml
parenta005d2a614031a18c9a5bf6557789a41f1b25c31 (diff)
remove slower impl, add benchmarks
Diffstat (limited to 'crates/ra_editor/Cargo.toml')
-rw-r--r--crates/ra_editor/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml
index 1ad99af28..039688d7d 100644
--- a/crates/ra_editor/Cargo.toml
+++ b/crates/ra_editor/Cargo.toml
@@ -18,3 +18,11 @@ proptest = "0.8.7"
18 18
19[dev-dependencies] 19[dev-dependencies]
20test_utils = { path = "../test_utils" } 20test_utils = { path = "../test_utils" }
21criterion = "0.2"
22rand = "*"
23rand_xorshift = "*"
24lazy_static = "*"
25
26[[bench]]
27name = "translate_offset_with_edit_benchmark"
28harness = false \ No newline at end of file