Skip to content

Commit

Permalink
Turn off randomized tx workload (#20660)
Browse files Browse the repository at this point in the history
Seems causing high error rate.

## Description 

Describe the changes or additions included in this PR.

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
halfprice authored Dec 17, 2024
1 parent cb5dd8e commit 2e17730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-benchmark/tests/simtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ mod test {
shared_deletion_weight: 1,
shared_counter_hotness_factor: 50,
randomness_weight: 1,
randomized_transaction_weight: 1,
randomized_transaction_weight: 0,
num_shared_counters: Some(1),
use_shared_counter_max_tip: false,
shared_counter_max_tip: 0,
Expand Down

0 comments on commit 2e17730

Please sign in to comment.