Skip to content

Commit

Permalink
Remove libtest from generators bench
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Sep 6, 2024
1 parent fe1af1c commit c64c3f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benches/src/generators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

#![feature(test)]
#![allow(non_snake_case)]

extern crate test;

use core::time::Duration;
use criterion::measurement::WallTime;
use criterion::{black_box, criterion_group, criterion_main, BenchmarkGroup, Criterion};
Expand Down

0 comments on commit c64c3f3

Please sign in to comment.