Skip to content

Commit

Permalink
Merge pull request #383 from cryspen/franziskus/fixup-rust-benchmarks
Browse files Browse the repository at this point in the history
fixup benchmark imports
  • Loading branch information
franziskuskiefer authored Mar 21, 2023
2 parents 1d4e8cf + e10f3c0 commit 27f353b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rust/benches/benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#[macro_use]
extern crate criterion;
extern crate hacl_star;
extern crate rand;

use criterion::{BatchSize, Criterion};
use criterion::{criterion_group, criterion_main, BatchSize, Criterion};

// 1 MB
const PAYLOAD_SIZE: usize = 0x100000;
Expand Down

0 comments on commit 27f353b

Please sign in to comment.