-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[benchmark] Make paranoid mode configurable #15900
Conversation
⏱️ 49m total CI duration on this PR
🚨 2 jobs on the last run were significantly faster/slower than expected
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
for the first `N` blocks (the blocks will still be executed as a "warm-up"). | ||
|
||
Execution can also be configured. By using `--disable-paranoid-mode`, the Move VM will not use | ||
runtime type checks, possible making execution faster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "possible" should be "possibly" in "possible making execution faster"
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in #15901
5e3e076
to
c8171a9
Compare
efc8134
to
e7c022d
Compare
value_delimiter = ' ', | ||
help = "List of space-separated paths to compiled / built packages with Move code" | ||
)] | ||
override_packages: Vec<String>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't this in a different PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to rebase the branch, the other PR has just landed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased
e7c022d
to
4957ba6
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
Description
Adds a flag to disable paranoid mode for benchmarking. This way we can measure performance with and without on historical workloads.
How Has This Been Tested?
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist