From 4673cfd79788c74c5bd6bcabe564c2dfcbd7c553 Mon Sep 17 00:00:00 2001 From: est31 Date: Tue, 29 Oct 2019 15:10:15 +0100 Subject: Replace the test added by #349 with a bench (#351) CI environments can be noisy and while the test worked great locally on my machine, it didn't on the CI environment. This replaces the test with a (manually tracked) benchmark. As per https://github.com/alexcrichton/toml-rs/pull/349#issuecomment-546998173 --- test-suite/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test-suite/Cargo.toml') diff --git a/test-suite/Cargo.toml b/test-suite/Cargo.toml index 9f500b3..4d539c8 100644 --- a/test-suite/Cargo.toml +++ b/test-suite/Cargo.toml @@ -5,7 +5,12 @@ authors = ["Alex Crichton "] publish = false edition = "2018" +[[bench]] +name = "linear" +harness = false + [dev-dependencies] +bencher = "0.1" toml = { path = ".." } serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" -- cgit v1.2.3