mirror of
https://github.com/telemt/telemt.git
synced 2026-05-22 19:51:43 +03:00
Update crypto_bench.rs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// Cryptobench
|
// Cryptobench
|
||||||
use criterion::{black_box, criterion_group, Criterion};
|
use criterion::{Criterion, black_box, criterion_group};
|
||||||
|
|
||||||
fn bench_aes_ctr(c: &mut Criterion) {
|
fn bench_aes_ctr(c: &mut Criterion) {
|
||||||
c.bench_function("aes_ctr_encrypt_64kb", |b| {
|
c.bench_function("aes_ctr_encrypt_64kb", |b| {
|
||||||
|
|||||||
Reference in New Issue
Block a user