Skip to content

Commit 56f34ee

Browse files
committed
Drop benchmarking
I don't really look at the results of the benchmarks anyway, so having them in the repo creates a false sense of benchmarkdness. If I get to implementing proper benchmarking, I'd probably stay away from criterion -- we need something much much simpler for this crate.
1 parent c7b86a6 commit 56f34ee

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

src/tools/rust-analyzer/lib/smol_str/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,3 @@ serde = { version = "1", optional = true, default_features = false, features = [
1414
proptest = "0.10"
1515
serde_json = "1"
1616
serde = { version = "1", features = [ "derive" ] }
17-
criterion = "0.2"
18-
19-
[[bench]]
20-
name = "building"
21-
harness = false

src/tools/rust-analyzer/lib/smol_str/benches/building.rs

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)