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

Add tests for expected number of evals submission and measured times #452

Open
priyakasimbeg opened this issue Jul 25, 2023 · 0 comments
Open
Assignees

Comments

@priyakasimbeg
Copy link
Contributor

priyakasimbeg commented Jul 25, 2023

Description

Add CI test that checks if reported times and number of evals are inline with expectations.

For each submission we report:

  • total wall clock time
  • submission time
  • eval time
  • logging time
  • number of evals

We should add the following tests on at least 1 workload (probably mnist).

  1. We should check that submission_time + eval_time + logging time ~ total _wallclock_time.
  2. We should check that the number of evals is roughly equal to total_submission_time // eval_period
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant