mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add hdr_digits to common component property names
This commit is contained in:
parent
6f91febc25
commit
2775715081
@ -20,6 +20,7 @@ import java.util.Optional;
|
||||
|
||||
public interface NBComponentProps {
|
||||
String SUMMARY = "summary";
|
||||
String HDRDIGITS = "hdr_digits";
|
||||
|
||||
Optional<String> getComponentProp(String name);
|
||||
NBComponentProps setComponentProp(String name, String value);
|
||||
|
Loading…
Reference in New Issue
Block a user