aboutsummaryrefslogtreecommitdiff
path: root/azalea-crypto
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-08-28 15:47:34 -0500
committermat <github@matdoes.dev>2022-08-28 15:47:34 -0500
commit2ea804401f54a45765860201d10d0569d07862ec (patch)
treeb49f0d977e9e7d4563bd25763712c4550e6d46f1 /azalea-crypto
parent250432a3f42e6c19c20cf29e5953409d38af8a31 (diff)
downloadazalea-drasl-2ea804401f54a45765860201d10d0569d07862ec.tar.xz
Update my_benchmark.rs
Diffstat (limited to 'azalea-crypto')
-rw-r--r--azalea-crypto/benches/my_benchmark.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/benches/my_benchmark.rs b/azalea-crypto/benches/my_benchmark.rs
index 8f24cbcf..aeee8b07 100644
--- a/azalea-crypto/benches/my_benchmark.rs
+++ b/azalea-crypto/benches/my_benchmark.rs
@@ -1,5 +1,5 @@
use azalea_crypto::{create_cipher, decrypt_packet, encrypt_packet};
-use criterion::{criterion_group, criterion_main, Criterion, Throughput};
+use criterion::{criterion_group, criterion_main, Criterion};
fn bench(c: &mut Criterion) {
let (mut enc, mut dec) = create_cipher(b"0123456789abcdef");