-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
Description
Add JMH benchmarks for HA performance characteristics.
Benchmarks
@Benchmark
void measureReplicationThroughput() {
// Measure tx/sec with various quorum settings
}
@Benchmark
void measureFailoverTime() {
// Measure time from leader death to new leader
}Files to Create
ReplicationThroughputBenchmark.javaFailoverTimeBenchmark.javaElectionTimeBenchmark.java
Effort
Low
Priority
P4 - Low
Related
Part of Phase 5: Improve Test Infrastructure
Related to #2043