cockroachdb / cockroachdb/cockroach
kvserver: create microbenchmarks for replicate/lease enqueue / process
Open
A-kv-distribution
C-enhancement
T-kv
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
**Is your feature request related to a problem? Please describe.**
We currently don't benchmark common allocator actions. These are indirectly timed via simulator runs, where the majority of compute time is spent in the allocator.
**Describe the solution you'd like**
Introduce microbenchmarks for shouldQueue and process for queues which call into the allocator. Optionally, also include the store rebalancer.
Jira issue: CRDB-36743
Contributor guide
Assessment
This issue has not been assessed yet.