transparency-dev / trillian-tessera

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

Hammer: exit criteria #141

Closed mhutchinson closed 4 weeks ago

mhutchinson commented 4 weeks ago

The hammer can be configured to stop successfully if a desired number of leaves are written, and to fail after a max runtime is reached. These two can be used in conjunction to run a headless test for write performance.

codecov-commenter commented 4 weeks ago

Codecov Report

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

Project coverage is 36.02%. Comparing base (46ec9c2) to head (ef846d9). Report is 59 commits behind head on main.

Files Patch % Lines
hammer/hammer.go 0.00% 31 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #141 +/- ## ========================================== + Coverage 35.80% 36.02% +0.22% ========================================== Files 16 33 +17 Lines 1363 2823 +1460 ========================================== + Hits 488 1017 +529 - Misses 801 1696 +895 - Partials 74 110 +36 ```

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