roachtest: add roachtest/workload for testing latency of ORM introspection queries #96359
Labels
A-testing
Testing tools and infrastructure
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
We have rttanalysis tests for queries made by ORMs: https://github.com/cockroachdb/cockroach/blob/067dc92538d0d433218c588187263fc93b19985d/pkg/bench/rttanalysis/testdata/benchmark_expectations
But as #96218 shows, there still can be latency regressions even if round trips don't change. We got somewhat lucky in catching that regression.
If we had latency benchmarks, we would have caught that issue more easily.
cc @dikshant
Jira issue: CRDB-24085
The text was updated successfully, but these errors were encountered: