Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: experiment with the z3 setting parallel.enable #76

Closed
wants to merge 1 commit into from

Conversation

0xkarmacoma
Copy link
Collaborator

No description provided.

@0xkarmacoma
Copy link
Collaborator Author

0xkarmacoma commented May 16, 2023

⚠️ Some complex test cases devolve into enormous runtimes, with no clear winners. For instance, using the ERC721A tests:

  • Before (parallel.enable=false)
[PASS] testBurnOtherOwnershipPreservation(uint256,uint256) (paths: 184/560, time: 220.03s, bounds: [])
[PASS] testTransferOtherOwnershipPreservation(address,address,uint256,uint256) (paths: 439/1333, time: 563.81s, bounds: [])
  • After (parallel.enable=true)
[FAIL] testBurnOtherOwnershipPreservation(uint256,uint256) (paths: 182/556, time: 2999.57s, bounds: [])
[FAIL] testTransferOtherOwnershipPreservation(address,address,uint256,uint256) (paths: 439/1324, time: 9683.21s, bounds: [])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant