Skip to content
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

Hammer: exit criteria #141

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

mhutchinson
Copy link
Contributor

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.

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
Copy link

codecov-commenter commented Aug 15, 2024

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 ⚠️
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

hammer/hammer.go Show resolved Hide resolved
@mhutchinson mhutchinson merged commit 2f9d0b5 into transparency-dev:main Aug 15, 2024
7 checks passed
@mhutchinson mhutchinson deleted the hammer-exitCriteria branch August 15, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants