diff options
author | Melody Horn <melody@boringcactus.com> | 2021-03-21 14:10:24 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-03-21 14:10:24 -0600 |
commit | 7bbbfd046324363c8db1fb15d39aeb02fe7331b5 (patch) | |
tree | a416bb991c23e083d0b5816dfc8b00cd1aceda78 /test-suite/benches/linear.rs | |
parent | b1417006df376e6c406bff43740dd11aa7ef744e (diff) | |
download | milf-rs-main.tar.gz milf-rs-main.zip |
Diffstat (limited to 'test-suite/benches/linear.rs')
-rw-r--r-- | test-suite/benches/linear.rs | 2 |
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(); |