Skip to content

Commit d48dad8

Browse files
committed
Avoid testing benches with nextest
Since criterion doesn't support the flags mentioned on https://nexte.st/book/custom-test-harnesses.html Signed-off-by: Jesse Szwedko <[email protected]>
1 parent c1ee754 commit d48dad8

File tree

6 files changed

+0
-13
lines changed

6 files changed

+0
-13
lines changed

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -816,44 +816,37 @@ enrichment-tables-benches = ["enrichment-tables-file"]
816816
[[bench]]
817817
name = "default"
818818
harness = false
819-
test = true
820819
required-features = ["benches"]
821820

822821
[[bench]]
823822
name = "dnstap"
824823
path = "benches/dnstap/mod.rs"
825824
harness = false
826-
test = true
827825
required-features = ["dnstap-benches"]
828826

829827
[[bench]]
830828
name = "remap"
831829
harness = false
832-
test = true
833830
required-features = ["remap-benches"]
834831

835832
[[bench]]
836833
name = "enrichment_tables_file"
837834
harness = false
838-
test = true
839835
required-features = ["enrichment-tables-benches"]
840836

841837
[[bench]]
842838
name = "languages"
843839
harness = false
844-
test = true
845840
required-features = ["language-benches"]
846841

847842
[[bench]]
848843
name = "loki"
849844
harness = false
850-
test = true
851845
required-features = ["loki-benches"]
852846

853847
[[bench]]
854848
name = "distribution_statistic"
855849
harness = false
856-
test = true
857850
required-features = ["statistic-benches"]
858851

859852
[[bench]]
@@ -867,5 +860,4 @@ required-features = ["transform-benches"]
867860
name = "codecs"
868861
path = "benches/codecs/main.rs"
869862
harness = false
870-
test = false
871863
required-features = ["codecs-benches"]

lib/file-source/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ pretty_assertions = "1.1.0"
7979
[[bench]]
8080
name = "buffer"
8181
harness = false
82-
test = true

lib/tracing-limit/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ tracing-subscriber = { version = "0.3.9", default-features = false, features = [
2121
[[bench]]
2222
name = "limit"
2323
harness = false
24-
test = true

lib/vrl/compiler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ vector_common = { path = "../../vector-common", default-features = false, featur
3535
[[bench]]
3636
name = "kind"
3737
harness = false
38-
test = true
3938

4039
[features]
4140
test = []

lib/vrl/stdlib/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,4 @@ bench = false
303303
[[bench]]
304304
name = "benches"
305305
harness = false
306-
test = true
307306
required-features = ["default"]

lib/vrl/vrl/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ vrl-stdlib = { path = "../stdlib" }
2525
[[bench]]
2626
name = "vm"
2727
harness = false
28-
test = true

0 commit comments

Comments
 (0)