Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Notable changes to test profiles, scoring, and validation.

> **This file covers changes through 2026-04-16.** Later work is not recorded here — notably the five-value framework `type` vocabulary (`flagship` / `emerging` / `engine` / `infrastructure` / `experimental`) and the retirement of the Hugo site. For current specifications, read `site/content/docs/` (profiles, scoring, implementation rules) and `scripts/lib/profiles.sh` (the profile table the runner actually reads).

## 2026-04-16

### CRUD — realistic REST API benchmark (H/1.1 Isolated)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/bananabread/meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"display_name": "bananabread",
"language": "TypeScript",
"language": "TS",
"type": "emerging",
"mode": "standard",
"engine": "seagreen",
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ parse_profile() {
}

# Map an endpoint to the tool name that handles it.
# Returns one of: gcannon, wrk, h2load, h2load-h3, ghz, oha
# Returns one of: gcannon, wrk, h2load, h2load-h3, ghz
endpoint_tool() {
case "$1" in
# wrk (lua script rotation)
Expand Down
2 changes: 2 additions & 0 deletions site/data/langcolors.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@
"Dart": { "accent": "#0175c2", "text": "#01589b", "textDark": "#40c4ff", "rgb": "1,117,194" },
"Clojure": { "accent": "#5881d8", "text": "#3e64b8", "textDark": "#91b3ed", "rgb": "88,129,216" },
"Erlang": { "accent": "#a20031", "text": "#880029", "textDark": "#c63762", "rgb": "162,0,49" },
"V": { "accent": "#4f87c4", "text": "#3b6ea6", "textDark": "#8fbce8", "rgb": "79,135,196" },
"OCaml": { "accent": "#ef7a08", "text": "#c46306", "textDark": "#f9a75a", "rgb": "239,122,8" },
"Type-C": { "accent": "#059669", "text": "#047857", "textDark": "#34d399", "rgb": "5,150,105" }
}