Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looped fibonacci #567

Merged
merged 3 commits into from
Sep 21, 2023
Merged

Looped fibonacci #567

merged 3 commits into from
Sep 21, 2023

Conversation

MauroToscano
Copy link
Collaborator

Add a looped fibonacci for benchmarks

This fibonacci is useful for comparing against other vms that are not validating the call stack, and benchmarks in general. It works as the other fibonaccis but uses less steps.

@MauroToscano MauroToscano requested review from schouhy, ajgara and a team as code owners September 20, 2023 18:26
@codecov-commenter
Copy link

Codecov Report

Merging #567 (dc9d6ed) into main (c2e45d0) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #567   +/-   ##
=======================================
  Coverage   95.50%   95.50%           
=======================================
  Files         112      112           
  Lines       18904    18904           
=======================================
  Hits        18054    18054           
  Misses        850      850           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Oppen Oppen added this pull request to the merge queue Sep 21, 2023
Merged via the queue into main with commit 1da50bc Sep 21, 2023
@Oppen Oppen deleted the fibo_looped branch September 21, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants