rust/library/std/benches/lib.rs
Ralf Jung 1242093da2 also test parts of std
requires disabling some tests that do not work
2024-04-07 10:05:57 +02:00

8 lines
119 B
Rust

// Disabling in Miri as these would take too long.
#![cfg(not(miri))]
#![feature(test)]
extern crate test;
mod hash;