mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 19:08:32 +00:00
internal: add some initial input benchmarks
This commit is contained in:
parent
4657ac3a0d
commit
0557605cb8
3 changed files with 99 additions and 0 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue