aboutsummaryrefslogtreecommitdiff
path: root/test-suite/benches
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-21 14:10:24 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-21 14:10:24 -0600
commit7bbbfd046324363c8db1fb15d39aeb02fe7331b5 (patch)
treea416bb991c23e083d0b5816dfc8b00cd1aceda78 /test-suite/benches
parentb1417006df376e6c406bff43740dd11aa7ef744e (diff)
downloadmilf-rs-main.tar.gz
milf-rs-main.zip
hilarious and original jokeHEADmain
Diffstat (limited to 'test-suite/benches')
-rw-r--r--test-suite/benches/linear.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/benches/linear.rs b/test-suite/benches/linear.rs
index 1553595..5ba8174 100644
--- a/test-suite/benches/linear.rs
+++ b/test-suite/benches/linear.rs
@@ -1,7 +1,7 @@
// Regressoion test for https://github.com/alexcrichton/toml-rs/issues/342
use bencher::{benchmark_group, benchmark_main, black_box, Bencher};
-use toml::Value;
+use milf::Value;
fn parse(bench: &mut Bencher, entries: usize, f: impl Fn(usize) -> String) {
let mut s = String::new();