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

Improvements to the categorize-text challenge (#594) #608

Merged
merged 4 commits into from
May 26, 2024

Conversation

edsavage
Copy link
Contributor

  • bulk import index data
  • target only those indices that have the required message field
  • remove code duplication in the challenge definition
  • Reduce default number of iterations
  • parameterize number of warmup iterations and measurable iterations
  • Set default number of warmup iterations to 3, actual iterations 10.

Backport #594

* bulk import index data
* target only those indices that have the required message field
* remove code duplication in the challenge definition
* Reduce default number of iterations
* parameterize number of warmup iterations and measurable iterations
* Set default number of warmup iterations to 3, actual iterations 10.
@edsavage
Copy link
Contributor Author

The failing Serverless integration test looks to be due to https://github.com/elastic/elasticsearch-serverless/pull/1679. This has been addressed in master by #603. Should #603 be backported to 8.13?

@gareth-ellis
Copy link
Member

Yes, bring in #603 too, then it should be good. It needs backporting to 8.13, though we are in the process of getting the backport utility to do that automatically

@edsavage edsavage merged commit b6a3fdf into elastic:8.13 May 26, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants