You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frameworks/blitz/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -725,6 +725,14 @@ zig build test
725
725
726
726
blitz is built to compete in [HttpArena](https://github.com/MDA2AV/HttpArena) benchmarks. See `meta.json` for the benchmark configuration.
727
727
728
+
### Noisy profile 4xx responses
729
+
730
+
The noisy benchmark profile uses 5 request templates, some of which intentionally target non-existent routes. This means 30–50% of responses will be 4xx (404) — this is **expected behavior**, not a bug. The server correctly returns 404 for unknown routes. The benchmark harness counts these as valid responses. Per-template breakdown:
0 commit comments