Support VSS OpenSearch Prod equivalent#4
Draft
Akhil-Pathivada wants to merge 6 commits intofeat/streaming-concurrent-latencyfrom
Draft
Support VSS OpenSearch Prod equivalent#4Akhil-Pathivada wants to merge 6 commits intofeat/streaming-concurrent-latencyfrom
Akhil-Pathivada wants to merge 6 commits intofeat/streaming-concurrent-latencyfrom
Conversation
…n for streaming tests - Backend (mp_runner.py): Modified search_by_dur() to collect individual query latencies and calculate p99/p95/avg percentiles for each concurrency level - Backend (read_write_runner.py): Updated run_search() and run_search_by_sig() to extract and propagate concurrent latency data through the streaming test pipeline - Data Model (metric.py): Added 5 new fields to store concurrent latency data per stage: st_conc_num_list_list, st_conc_qps_list_list, st_conc_latency_p99_list_list, st_conc_latency_p95_list_list, st_conc_latency_avg_list_list - Frontend: Created new concurrent_detail.py component with QPS vs Latency visualization featuring: * Single Stage view: Detailed QPS vs Latency chart with metrics table for one selected stage * Compare Stages view: Multi-line chart comparing QPS vs Latency evolution across multiple stages * Support for P99, P95, and Average latency metrics * Graceful handling of stages with no concurrent data - Frontend (streaming.py): Integrated concurrent performance detail section into streaming results page This enables users to answer 'At X QPS with writes happening, what is the latency?' for streaming workloads.
0fa05ab to
c13ee29
Compare
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.
No description provided.