my fork of dmp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef1a82a..429bfad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,4 +33,14 @@ harness = false
[[bench]]
name = "diff"
-harness = false \ No newline at end of file
+harness = false
+
+[[bench]]
+name = "bisect"
+harness = false
+
+# [profile.bench]
+# debug = true
+
+# [profile.release]
+# debug = true \ No newline at end of file