diff options
Diffstat (limited to 'spake2/benches/spake2.rs')
-rw-r--r-- | spake2/benches/spake2.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/spake2/benches/spake2.rs b/spake2/benches/spake2.rs index 8323342..c213947 100644 --- a/spake2/benches/spake2.rs +++ b/spake2/benches/spake2.rs @@ -1,9 +1,5 @@ -#[macro_use] -extern crate bencher; - -extern crate spake2; - use bencher::Bencher; +use bencher::{benchmark_group, benchmark_main}; use spake2::{Ed25519Group, Identity, Password, SPAKE2}; fn spake2_start(bench: &mut Bencher) { |