mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Improve benchmarks layout
This commit is contained in:
4
candle-core/benches/bench_main.rs
Normal file
4
candle-core/benches/bench_main.rs
Normal file
@ -0,0 +1,4 @@
|
||||
mod benchmarks;
|
||||
|
||||
use criterion::criterion_main;
|
||||
criterion_main!(benchmarks::matmul::benches);
|
Reference in New Issue
Block a user