Skip to content

Commit

Permalink
Update the position of shared deletion weight in create_workload_buil…
Browse files Browse the repository at this point in the history
…ders() (MystenLabs#15322)

## Description 

Describe the changes or additions included in this PR.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
halfprice authored Dec 12, 2023
1 parent 63f29a8 commit 2c64b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ impl WorkloadConfiguration {
num_workers[i],
opts.num_transfer_accounts,
shared_counter[i],
shared_deletion[i],
transfer_object[i],
delegation[i],
batch_payment[i],
shared_deletion[i],
adversarial[i],
AdversarialPayloadCfg::from_str(&adversarial_cfg[i]).unwrap(),
batch_payment_size[i],
Expand Down

0 comments on commit 2c64b9d

Please sign in to comment.