1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

Update my_benchmark.rs

This commit is contained in:
mat 2022-08-28 15:47:34 -05:00
parent 250432a3f4
commit 2ea804401f

View file

@ -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");