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

Framework not starting #111

Closed
dragosv opened this issue Jun 13, 2024 · 2 comments
Closed

Framework not starting #111

dragosv opened this issue Jun 13, 2024 · 2 comments

Comments

@dragosv
Copy link

dragosv commented Jun 13, 2024

Added preliminary benchmark support for the Zap framework as part of the https://github.com/TechEmpower/FrameworkBenchmarks. The code is at https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks/Zig/zap.

Would like a review of the code and as well help understanding why it fails to start under real conditions
https://tfb-status.techempower.com/results/f1715c1e-12fa-445c-9c0f-24cba073da72

@cosmicboots
Copy link
Contributor

I would bet the source of the error comes from this line: https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Zig/zap/src/pool.zig#L16. If you can confirm this, I would assume this isn't a Zap issue.

The output you linked prints error: ServerFailure. Zap doesn't have a ServerFailure error variant, and the only dependency you have that has such an error is lun-4/zigdig.

@dragosv dragosv closed this as completed Sep 17, 2024
@dragosv
Copy link
Author

dragosv commented Sep 17, 2024

Issue was with another libary

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

No branches or pull requests

2 participants