mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
doc release
This commit is contained in:
parent
5ce6a317ae
commit
ef16b788e4
@ -1,4 +1,3 @@
|
||||
- 17a9c1ab (HEAD -> main) fix test signature
|
||||
- 7a21ef3d Fix: Use new config getters correctly in CqlActivity
|
||||
- efd7e77e Add safety warnings for improper use of config getters
|
||||
- 2d0b3744 StringSet and Set support same constructor forms
|
||||
- a689b4c9 initial NBUI docs
|
||||
- cd450c17 Fix typo
|
||||
- b723924e #159 Possible NPE bug in URL resolver
|
||||
|
@ -6,6 +6,7 @@ public class StartTimerOp implements StatementModifier {
|
||||
|
||||
@Override
|
||||
public Statement modify(Statement unmodified, long cycleNum) {
|
||||
return null;
|
||||
|
||||
return unmodified;
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ public class Synonyms {
|
||||
put("hosts",Set.of("host"));
|
||||
put("workload",Set.of("yaml"));
|
||||
put("driver",Set.of("type"));
|
||||
put("cyclerate",Set.of("targetrate"));
|
||||
put("cyclerate",Set.of("targetrate","rate"));
|
||||
}};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user