You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the KV workload's key generator interface to reduce the interface
surface area. The keyGenerator is now a struct, rather than an interface, and a
more constrained keyMapper interface encapsulates the logic necessary for
mapping the sequential index to the appropriate key. Key generator
configuration is held in a keyGeneratorConfig struct, while state that requires
mutual exclusion is held in a keyGeneratorState struct.
Epic: none
Release note: none
0 commit comments