We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run the fibonacci sample C in comparison to Zig test . A discrepancy in runtime between the zig test and fib-c is perceived.
Note: This comparison occurs if you put the same values into the fib(n) function. The zig test has smaller numbers to better pass the CI test.
zig test
Reference
The text was updated successfully, but these errors were encountered:
Although zig test run sequentially, it only displays the output after finishing all calculations. Different from the sample application.
Sorry, something went wrong.
No branches or pull requests
Run the fibonacci sample C in comparison to Zig test . A discrepancy in runtime between the zig test and fib-c is perceived.
Note: This comparison occurs if you put the same values into the fib(n) function. The
zig test
has smaller numbers to better pass the CI test.Reference
The text was updated successfully, but these errors were encountered: