Skip to content

Commit

Permalink
Update bindings to conform to 5.21 format
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Jul 18, 2024
1 parent 5571e07 commit 323fdd3
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
bindings:
seq_key: Mod(TEMPLATE(keycount,1000000000)); ToInt();
seq_value: Hash(); Mod(TEMPLATE(valuecount,1000000000)); ToString() -> String
rw_key: TEMPLATE(keydist,Uniform(0,1000000000)->int);
rw_value: Hash(); TEMPLATE(valdist,Uniform(0,1000000000)->int); ToString() -> String
# rw_key: TEMPLATE(keydist,Uniform(0,1000000000)->int);
rw_key: Uniform(0,1000000000)->int
# rw_value: Hash(); TEMPLATE(valdist,Uniform(0,1000000000)->int); ToString() -> String
rw_value: Hash(); Uniform(0,1000000000)->int; ToString() -> String

scenarios:
rampup: run driver=cqld4 tags=block:rampup cycles=20000
Expand Down

0 comments on commit 323fdd3

Please sign in to comment.