-
feat(search): support platform and benchmark config filters
Some checks failedBuild and Publish Docker Image / deploy (push) Failing after 1m2sreleased this
2026-04-15 20:23:37 +03:00 | 4 commits to master since this releaseAdd platform handling to submissions and persist a normalized value (
windows,linux,macos) with a default ofwindowswhen omitted.Extend search/index filtering to support
thread,platform,intensity, anddurationSecsalongside existing text/CPU token matching, and wire these params through request parsing, page data, and navigation URLs.Update API/README docs and examples to reflect the new submission inputs and search capabilities so users can run more precise queries.feat(search): support platform and benchmark config filters
Add platform handling to submissions and persist a normalized value (
windows,linux,macos) with a default ofwindowswhen omitted.Extend search/index filtering to support
thread,platform,intensity, anddurationSecsalongside existing text/CPU token matching, and wire these params through request parsing, page data, and navigation URLs.Update API/README docs and examples to reflect the new submission inputs and search capabilities so users can run more precise queries.
Downloads