-
Notifications
You must be signed in to change notification settings - Fork 87
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
Add end-to-end benchmark results to documentation #935
Conversation
Test Results312 tests - 11 306 ✔️ - 11 19m 16s ⏱️ -29s Results for commit 8a2b785. ± Comparison against base commit cac437c. This pull request removes 11 tests.
♻️ This comment has been updated with latest results. |
Transactions CostsSizes and execution budgets for Hydra protocol transactions. Note that unlisted parameters are currently using
Script summary
Cost of Init Transaction
Cost of Commit TransactionThis is using ada-only outputs for better comparability.
Cost of CollectCom Transaction
Cost of Close Transaction
Cost of Contest Transaction
Cost of Abort TransactionSome variation because of random mixture of still initial and already committed outputs.
Cost of FanOut TransactionInvolves spending head output and burning head tokens. Uses ada-only UTxO for better comparability.
|
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.
Only the avoidable unsafePerformIO makes me not approve this right away. Also had some other suggestions.
Result looks great
This is in order to pave the way to generate a markdown generated document for each benchmark run
I needed this as I had a port conflict on the machine I tested the benchmark.
d3ce45d
to
f70e6da
Compare
f70e6da
to
8a2b785
Compare
When the benchmark fails we get some info on the source location:
|
Adds a page containing result(s) of running end-to-end benchmarks in the CI. At the moment, it contains a single benchmark with a very simple content displayed:
Future works might include:
Fix #186