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

Source Compatibility Suite: Run Cadence tests #3644

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

turbolent
Copy link
Member

Work towards #3595

Description

Add support for running tests written using the Cadence Testing framework.

This requires building the Flow CLI with replaced dependencies, and using it when running the tests.

Also add a new community repository to the suite: https://github.com/green-goo-dao/flow-utils

cc @RZhang05


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@turbolent turbolent self-assigned this Oct 24, 2024
Copy link

Cadence Benchstat comparison

This branch with compared with the base branch onflow:master commit c4e631e
The command for i in {1..N}; do go test ./... -run=XXX -bench=. -benchmem -shuffle=on; done was used.
Bench tests were run a total of 7 times on each branch.

Collapsed results for better readability

Copy link
Member

@SupunS SupunS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@turbolent turbolent merged commit 1399a6d into master Oct 30, 2024
10 of 12 checks passed
@turbolent turbolent deleted the bastian/compat-suite-cadence-tests branch October 30, 2024 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants