Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Source code for Rapidoid benchmark should resemble real world application #2041

@edudar

Description

@edudar

Existing source code for this benchmark is written with low-level operations that are far from what Rapidoid advertises as one-liners in their docs. It seems natural to expect something like this

On.get("/").html(req -> {
    Resp resp = req.response();
    resp.contentType(MediaType.JSON_UTF_8);
    resp.content("hello");
    return resp;
});

instead of custom protocol implementation with very remote proximity to real world use cases. Or at least there should be two entries then: consumer optimized and byte-to-byte one.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions