Skip to content

Commit

Permalink
Set load generation parameters the same as original demo; I was using…
Browse files Browse the repository at this point in the history
… testing/debugging params before. (#1908)
  • Loading branch information
jcferretti authored Jan 31, 2022
1 parent 70568c4 commit ed8a533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debezium-demo/loadgen/generate_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# CONFIG
userSeedCount = 10000
itemSeedCount = 1000
purchaseGenCount = 1000
purchaseGenEveryMS = 2000
purchaseGenCount = 500000
purchaseGenEveryMS = 100
pageviewMultiplier = 75 # Translates to 75x purchases, currently 750/sec or 65M/day
itemInventoryMin = 1000
itemInventoryMax = 5000
Expand Down

0 comments on commit ed8a533

Please sign in to comment.