transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
11 stars 11 forks source link

Performance tweaks for GCP #109

Closed AlCutter closed 3 months ago

AlCutter commented 3 months ago

This PR adjusts behaviour of the GCP storage implementation slightly to improve performance, and avoid having to redo work due to GCS update limits.

23

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 26.55%. Comparing base (46ec9c2) to head (fa1e5b6). Report is 28 commits behind head on main.

Files Patch % Lines
storage/gcp/gcp.go 0.00% 5 Missing :warning:
cmd/example-gcp/main.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================== - Coverage 35.80% 26.55% -9.25% ========================================== Files 16 19 +3 Lines 1363 1830 +467 ========================================== - Hits 488 486 -2 - Misses 801 1270 +469 Partials 74 74 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.