-
Notifications
You must be signed in to change notification settings - Fork 8
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 VMB tests #7
Comments
The start of a wallet template including all the benchmarks: |
Here's some discussion of the last few months of work, and I'm continuing to build out test vectors and benchmarks. Ultimately, this CHIP should also significantly increase our set of cross-implementation test vectors to thoroughly cover both the behavior and benchmarked performance of every operation. I'm just going to leave this issue open until we've thoroughly covered everything and migrated |
I'm going to close this now that we've directly committed the trimmed down set of test vectors/benchmarks and completed the Tests & Benchmarks appendix. I still plan to expand BCH's test coverage and deprecate |
It would be good to have a set of VMB tests that implementations can use to benchmark VM performance for all the known worst-case scenarios. Implementations should use the performance benchmark tooling for their stack to judge the relative performance of each test (over a series of runs) to verify that there aren't any significant outliers.
The text was updated successfully, but these errors were encountered: