diff --git a/Cargo.toml b/Cargo.toml index e0378d9..f1cbeba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,4 +69,5 @@ codegen-units = 1 [[bench]] name = "onnx_benches" +path = "benches/onnx_benches.rs" harness = false