summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20674d9..f52bc22 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,6 +29,10 @@ test=false
name="selfhosted"
harness=false
+[[bench]]
+name="fibonacci"
+harness=false
+
[profile.bench]
opt-level=3
lto="thin"