From 9d30a1b0d93b45c05f86e61df77359303aab449d Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sat, 27 Jan 2024 02:40:08 +0100 Subject: pref: callstack/callframe improvements Signed-off-by: Henry Gressmann --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.3.1