From 351feba8d25e6c09a77118aea0a0ab0c68e7be98 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 29 Oct 2022 13:16:52 +0200 Subject: [PATCH] Benchmark profiling --- implementations/rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/implementations/rust/Cargo.toml b/implementations/rust/Cargo.toml index 32e1e4a..fdc97da 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -5,3 +5,6 @@ members = [ "preserves-schema", "preserves-tools", ] + +[profile.bench] +debug = true