-
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
base: george/replay-benchmark-package-override
Are you sure you want to change the base?
[benchmark] Make paranoid mode configurable #15900
Conversation
⏱️ 5m total CI duration on this PR
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
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
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