Skip to content

Conversation

@PooyaEimandar
Copy link
Contributor

@PooyaEimandar PooyaEimandar commented Jun 25, 2025

Add benchmark tests for the Sib

.status_code(Status::Ok)
.header_str("Content-Type", "application/json")?
.header_str("Content-Length", "27")?
.body(&Bytes::from_static(b"{\"message\":\"Hello, World!\"}"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be refactored. From the rules:

i. For each request, an object mapping the key message to Hello, World! must be instantiated.
...
iii. A JSON serializer must be used to convert the object to JSON.

@msmith-techempower msmith-techempower merged commit 9fdd0f6 into TechEmpower:master Jun 30, 2025
3 checks passed
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.

2 participants