-
Notifications
You must be signed in to change notification settings - Fork 109
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
Speedup everest tests #9746
base: main
Are you sure you want to change the base?
Speedup everest tests #9746
Conversation
3c44846
to
ca7ff8c
Compare
CodSpeed Performance ReportMerging #9746 will degrade performances by 13.54%Comparing Summary
Benchmarks breakdown
|
…e_ensemble_per_batch
run_model = EverestRunModel.create(config) | ||
evaluator_server_config = evaluator_server_config_generator(run_model) | ||
run_model.run_experiment(evaluator_server_config) | ||
def test_that_one_experiment_creates_one_ensemble_per_batch(cached_example): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this could be sped up a bit more by limiting the number of batch, e.g. to two?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, guess not, its not running the case anyway?
Issue
Resolves #9727
Resolves #9728
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable