You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
Implement "error rate" metric. Each experiment must log the number of runs that failed.
Acceptance Criteria
Log number of runs that failed for each test run (every experiment, or test suite, contains one or more test runs. each test run include a combination of algorithm, number of iterations and message size)
Calculate the error rate from the number of failed run out of the total number of iterations for a specific test run
Tasks
Be the first to suggest how to break this feature into individual tasks
Task 1
Task 2
The text was updated successfully, but these errors were encountered:
Description
Implement "error rate" metric. Each experiment must log the number of runs that failed.
Acceptance Criteria
Tasks
Be the first to suggest how to break this feature into individual tasks
The text was updated successfully, but these errors were encountered: