Skip to content

Commit 23f3ad1

Browse files
update spam numbers
1 parent c1796f5 commit 23f3ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/benchmark/mainnet/test_state_xen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def test_xen_approve_delete_existing_slots(blockchain_test: BlockchainTestFiller
295295
approval_value_fresh = Hash(0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE)
296296
approval_value_overwrite = Hash(0)
297297

298-
block_count = 100
298+
block_count = 10
299299

300300
for _ in range(block_count):
301301
setup_calldata = Hash(current_address) + approval_value_fresh
@@ -311,7 +311,7 @@ def test_xen_approve_delete_existing_slots(blockchain_test: BlockchainTestFiller
311311

312312
current_address += address_incr
313313

314-
spam_count = 10
314+
spam_count = 1000
315315

316316
for _ in range(spam_count):
317317
# NOTE: USDC does not allow changing the approval value. It first has to be

0 commit comments

Comments
 (0)