Conversation
Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
|
cc @decofe ⚪ Benchmark complete: No Difference View job ⚪ Bench Comparison: No DifferenceRefs: 07761a7 vs 96360a4 Configuration
Tempo Metrics
Builder
Builder details
Validator
Observability |
decofe
added a commit
that referenced
this pull request
Sep 8, 2026
Use the existing preset from Tempo #7546 so public-mix resolves on this branch. Co-authored-by: Derek Cofausper <256792747+decofe@users.noreply.github.com>
Contributor
|
This PR has been marked stale due to 7 days of inactivity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the deployed-contract approve/open/close workload in
mpp.ymlwith a native TIP-20 Channel Reserve open -> signed settlement sequence.mix.ymlis unchanged.Dependency
Requires txgen #200, which adds sequence-step
saveand nativempp_settlesupport. Merge and publish that change before using this preset with the default txgen image. For a pre-merge bench run, usetxgen-ref=57a891b99bc8a07b44bc0a67b2d98000c256e00c.Validation
Resolved the preset through the benchmark helper, then generated and executed 100 transactions across three accounts on a fresh local Tempo v1.14.0 dev node:
settled = deposit = 1and no close request.This is a local correctness smoke test, not a throughput comparison.
Prompted by: @shekhirin