diff --git a/asmopt/Cargo.toml b/asmopt/Cargo.toml index 998c554f49..3aa43774f4 100644 --- a/asmopt/Cargo.toml +++ b/asmopt/Cargo.toml @@ -11,4 +11,7 @@ powdr-ast.workspace = true powdr-analysis.workspace = true powdr-importer.workspace = true powdr-pilopt.workspace = true -powdr-parser.workspace = true \ No newline at end of file +powdr-parser.workspace = true + +[lib] +bench = false # See https://github.com/bheisler/criterion.rs/issues/458