-
Notifications
You must be signed in to change notification settings - Fork 73
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
Extend system benchmarks spec #512
Conversation
a4241ea
to
5dacc67
Compare
🌐 Coverage report
|
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.
We should be more specific in the changelog about the improvements done. Also, this change seems to be breaking. I guess it is ok though because this hasn't been implemented yet in elastic-package and nobody will be using it.
test/packages/integration_benchmarks/_dev/benchmark/system/tcp-benchmark.yml
Outdated
Show resolved
Hide resolved
…-benchmark.yml Co-authored-by: Mario Rodriguez Molins <[email protected]>
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.
LGTM
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.
👍
What does this PR do?
After tinkering with the spec, I found the original definition was limited, so this is an iteration. It also changes naming from
e2e
tosystem
for consistency with tests.Checklist
test/packages
that prove my change is effective.spec/changelog.yml
.Related issues