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

Zig test - run single-thread (only) #3

Open
kassane opened this issue Jun 7, 2023 · 1 comment
Open

Zig test - run single-thread (only) #3

kassane opened this issue Jun 7, 2023 · 1 comment
Labels
question Further information is requested

Comments

@kassane
Copy link
Owner

kassane commented Jun 7, 2023

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

@kassane
Copy link
Owner Author

kassane commented Jun 7, 2023

Although zig test run sequentially, it only displays the output after finishing all calculations. Different from the sample application.

@kassane kassane added the question Further information is requested label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant