Skip to content

Commit b67f064

Browse files
clarify: rules apply to framework-type entries, not engine-type
Add callout distinguishing framework vs engine entries per MDA2AV's feedback.
1 parent 8304052 commit b67f064

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

site/content/docs/add-framework/implementation-rules.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ title: Implementation Rules
33
weight: 5
44
---
55

6-
These rules exist to keep HttpArena results meaningful and representative of real-world framework performance. They apply to all framework submissions and serve as a reference during PR reviews.
6+
These rules exist to keep HttpArena results meaningful and representative of real-world framework performance. They apply to all **framework-type** submissions and serve as a reference during PR reviews.
7+
8+
{{< callout type="info" >}}
9+
**Framework vs Engine entries:** HttpArena distinguishes between _framework_ entries (Express, Flask, Actix-web, etc.) and _engine_ entries (raw Node.js HTTP, CPython `http.server`, etc.). These rules apply to framework entries, where the goal is to measure what the framework gives you out of the box. Engine entries have more latitude since they _are_ the low-level layer — there is no higher-level API to bypass.
10+
{{< /callout >}}
711

812
## Benchmark the framework as people use it
913

0 commit comments

Comments
 (0)