Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/FSLibrary/MissionDatabaseInplaceUpgrade.fs
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ let databaseInplaceUpgrade (context: MissionContext) =
upgradedPeer.WaitUntilCaughtUpWith(formation.NetworkCfg.GetPeer coreSet 0)

formation.RunLoadgen afterUpgradeCoreSet context.GeneratePaymentLoad
formation.RunLoadgen coreSet context.GeneratePaymentLoad)
formation.RunLoadgen coreSet context.GeneratePaymentLoad)
2 changes: 1 addition & 1 deletion src/FSLibrary/MissionLoadGenerationWithTxSetLimit.fs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let loadGenerationWithTxSetLimit (context: MissionContext) =

let context =
{ context.WithSmallLoadgenOptions with
coreResources = MediumTestResources
coreResources = UpgradeResources
numAccounts = 50000
numTxs = 50000
txRate = 1000
Expand Down
Loading