Fix the language split, three missing language colors, and two stale references#1023
Merged
Conversation
…references Four small corrections, each independently verifiable. bananabread was the only framework declaring `TypeScript`; the other four TS entries (bun-websocket, deno-websocket, elysia, hono-bun) declare `TS`. The board keys language off that string, so TypeScript rendered as a separate language from TS in the filters and in every language tally. langcolors.json has a `TS` entry and no `TypeScript` one, so bananabread was also drawing an uncoloured badge. That was not the only colour gap. `V` (7 frameworks: fasthttp, pico, vanilla-epoll, vanilla-h2c, vanilla-io_uring, vanilla-ws, and one more) and `OCaml` (araara, araara-standard) had no entry either -- 9 frameworks between them, all falling back to the default swatch. Added both using their canonical brand colours, in the file's existing accent/text/textDark /rgb shape. All 22 languages in use now resolve; the four unused entries (Crystal, Gleam, Lua, Nim) are left in place as headroom. endpoint_tool()'s doc comment still advertised `oha` as a possible return value. oha was replaced by h2load-h3 for every HTTP/3 profile and the function has no oha branch -- it returns gcannon, wrk, h2load, h2load-h3 or ghz. CHANGELOG.md stops at 2026-04-16 while claiming to record notable changes to profiles, scoring and validation. Rather than reconstruct three months of history from git and risk documenting it wrong, this states the cutoff and points at the sources that are current: site/content/docs/ and scripts/lib/profiles.sh. Say so if you want the backfill written; 33 commits since then touch the file's declared scope. Not changed: the seven frameworks with no results (araara, araara-standard, aspnet-minimal-iouring, bananabread, spring-jvm-grpc, tonic-grpc, ultimate-express). This looked like a display bug but isn't -- the board builds its framework list from D.results, so a framework with no rows never renders at all. They are simply waiting on a first benchmark run, and nothing is broken until they get one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four small corrections, each independently verifiable.
1.
TypeScriptvsTSrendered as two languagesbananabreadwas the only framework declaringTypeScript; the other four TS entries (bun-websocket,deno-websocket,elysia,hono-bun) declareTS. The board keys language off that string, so TypeScript showed up as a separate language in the filters and in every language tally.langcolors.jsonhas aTSentry and noTypeScriptone, so bananabread was also drawing an uncoloured badge.2. …and it wasn't the only colour gap
V(7 frameworks — fasthttp, pico, vanilla-epoll, vanilla-h2c, vanilla-io_uring, vanilla-ws, +1) andOCaml(araara, araara-standard) had no entry either. That's 9 frameworks falling back to the default swatch. Added both with their canonical brand colours in the file's existingaccent/text/textDark/rgbshape.All 22 languages in use now resolve. The four unused entries (Crystal, Gleam, Lua, Nim) are left as headroom.
3. Stale
ohareferenceendpoint_tool()'s doc comment still advertisedohaas a possible return value. oha was replaced byh2load-h3for every HTTP/3 profile, and the function has no oha branch — it returnsgcannon,wrk,h2load,h2load-h3orghz.4. CHANGELOG cutoff
CHANGELOG.mdstops at 2026-04-16 while claiming to record notable changes to profiles, scoring and validation. Rather than reconstruct three months of history from git and risk documenting it wrong, this states the cutoff and points at what is current (site/content/docs/,scripts/lib/profiles.sh).Say the word if you want the backfill written — 33 commits since then touch the file's declared scope.
Deliberately not changed: the 7 resultless frameworks
araara,araara-standard,aspnet-minimal-iouring,bananabread,spring-jvm-grpc,tonic-grpc,ultimate-express.This looked like a display bug but isn't — the board builds its framework list from
D.results, so a framework with no rows never renders at all. They're waiting on a first benchmark run, and nothing is broken until they get one.🤖 Generated with Claude Code