docs(perf): re-measure baseline on v0.9.0 after Cribl-side queue relief#57
Merged
Conversation
Same methodology as the 2026-05-19 baseline:
- 100 most-recent scheduled job runs via cribl_getSearchJobs
- tests/baseline-ui-timing.spec.ts, one consecutive run
Headlines:
- Two previously-failing searches recovered cleanly:
- criblapm__attr_catalog (0/2 → 2/2)
- criblapm__home_alerts_prev (0/3 → 3/3); alerts no longer
silently running against stale criblapm_alert_prev data.
- Queue waits collapsed 70-94% across the board. op_baselines
was 184 s p50; now 14.8 s.
- UI page latencies dropped 51-72% on the live-query pages.
Services list: 35.3 s → 10.0 s. Service Detail: 33.2 s →
9.4 s. Errors: 19.0 s → 9.3 s. Cache-hitting pages
(Home, System Architecture) had less room and moved <10%.
Full tables appended to the perf-baseline session log.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Re-runs the perf benchmark from the 2026-05-19 baseline against the v0.9.0 shipping pack, after Cribl made server-side adjustments to relieve queue saturation.
Headlines
criblapm__attr_catalog(0/2 → 2/2)criblapm__home_alerts_prev(0/3 → 3/3); alerts no longer silently running against stalecriblapm_alert_prevdata.op_baselineswas 184 s p50; now 14.8 s.What changed
docs/sessions/2026-05-19-search-perf-baseline.mdwith full per-search tables (queue + runtime), UI timings, and analysis.Doc-only
No code changes; doc-only PR.
🤖 Generated with Claude Code