Migrate mtc/log internal implementation to use TLogPolicy - #1164
Merged
Merged
Conversation
AlCutter
force-pushed
the
migrate_tlog_policy_5
branch
from
September 8, 2026 15:01
bfd47e1 to
9d74e6b
Compare
AlCutter
force-pushed
the
migrate_tlog_policy_5
branch
from
September 8, 2026 15:09
9d74e6b to
a45f235
Compare
AlCutter
force-pushed
the
migrate_tlog_policy_5
branch
from
September 8, 2026 15:23
a45f235 to
28169db
Compare
AlCutter
marked this pull request as ready for review
September 8, 2026 15:30
AlCutter
force-pushed
the
migrate_tlog_policy_5
branch
from
September 9, 2026 11:31
28169db to
c751dc2
Compare
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.
| Benchmark suite | Current: c17ca3a | Previous: f1f48c4 | Ratio |
|---|---|---|---|
BenchmarkLeafBundle_UnmarshalText (github.com/transparency-dev/tessera/api) |
7049 ns/op 6528 B/op 1 allocs/op |
1351 ns/op 6528 B/op 1 allocs/op |
5.22 |
BenchmarkLeafBundle_UnmarshalText (github.com/transparency-dev/tessera/api) - ns/op |
7049 ns/op |
1351 ns/op |
5.22 |
BenchmarkProofBuilder/InclusionProof/WarmCache (github.com/transparency-dev/tessera/client) |
86942 ns/op 15305 B/op 179 allocs/op |
56548 ns/op 15353 B/op 180 allocs/op |
1.54 |
BenchmarkProofBuilder/InclusionProof/WarmCache (github.com/transparency-dev/tessera/client) - ns/op |
86942 ns/op |
56548 ns/op |
1.54 |
This comment was automatically generated by workflow using github-action-benchmark.
AlCutter
force-pushed
the
migrate_tlog_policy_5
branch
from
September 10, 2026 10:53
c751dc2 to
c17ca3a
Compare
roger2hk
approved these changes
Sep 10, 2026
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.
This PR updates the
mtc/logimplementation to use theformats/policypackage.Towards #1152