internal: add some initial input benchmarks

This commit is contained in:
David Barsky 2024-08-12 16:00:33 -04:00
parent 4657ac3a0d
commit 0557605cb8
3 changed files with 99 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#![allow(unreachable_patterns)]
// FIXME(rust-lang/rust#129031): regression in nightly
use std::{path::PathBuf, sync::Mutex, time::Duration};
use crossbeam::channel::{unbounded, Sender};