Skip to content

Commit c9ae39e

Browse files
committed
Remove criterion benches as they're not needed now
1 parent 5d4b699 commit c9ae39e

File tree

2 files changed

+0
-41
lines changed

2 files changed

+0
-41
lines changed

Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,12 @@ std = []
1919

2020
[dev-dependencies]
2121
lexical-core = "0.7"
22-
criterion = "0.3"
2322

2423
[dev-dependencies.hexf-parse]
2524
version = "*"
2625
git = "https://github.com/lifthrasiir/hexf.git" # until the version on crates.io is updated
2726
rev = "0c95001574997847e1348c4f6dac5f434c772914"
2827

29-
[[bench]]
30-
name = "bench"
31-
harness = false
32-
33-
[lib]
34-
name = "fast_float"
35-
path = "src/lib.rs"
36-
bench = false
37-
3828
[workspace]
3929
members = [".", "extras/data-tests", "extras/simple-bench"]
4030

benches/bench.rs

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

0 commit comments

Comments
 (0)