generated from PlexSheep/rs-base
add bench trait
cargo devel CI / cargo CI (push) Successful in 41s
Details
cargo devel CI / cargo CI (push) Successful in 41s
Details
This commit is contained in:
parent
6158043a60
commit
98cb455a3c
|
@ -1 +1,5 @@
|
|||
use std::fmt::Debug;
|
||||
|
||||
pub trait Benchmark: Clone + Sized + Debug {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue