summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-27 02:40:08 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-27 02:40:08 +0100
commit9d30a1b0d93b45c05f86e61df77359303aab449d (patch)
treea2a0e84ff5e548143593c84396908e2745726d85 /Cargo.toml
parenta89f75ce42f83de09bad72c1baf697a007751b1b (diff)
pref: callstack/callframe improvements
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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"