-
Notifications
You must be signed in to change notification settings - Fork 126
Rally benchmark #1522
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
Merged
Merged
Rally benchmark #1522
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
4ec6921
add rally subcommand in benchmark
5f14e8c
add rally corpus output dir
787276d
export GenerateRallyTrack
9557ce4
add rally runner
c9c3cc7
fix generator config yaml for system benchmark
8dda99d
add rally benchmark test files
dfd63bd
fix from CI
08acf94
fix from CI
d320aa5
fix repeated print of paramters
298b97f
fix ES host env variable for rally
373dba8
remove wait_for_data_timeout
918601f
changelog
dccc3c7
spec reference
ddf91d6
cr fixes
45d5659
fix check-static
e1ab9b6
remove creation of benchmark policy, get rid of input and vars
0508a04
Update cmd/benchmark.go
aspacca ab63709
Update cmd/benchmark.go
aspacca 755a435
Update internal/benchrunner/runners/rally/metrics.go
aspacca a145c72
Update internal/benchrunner/runners/rally/runner.go
aspacca 145c6ae
Update internal/benchrunner/runners/rally/metrics.go
aspacca 6e8effc
fix cr suggestions merge
b423b59
remove input and vars reference in the package
0191b17
fix check-static
f7f98ca
Update internal/benchrunner/runners/rally/metrics.go
aspacca 3447828
Update internal/benchrunner/runners/rally/metrics.go
aspacca 9ab7a89
Update internal/benchrunner/runners/rally/runner.go
aspacca b9c98a4
Update internal/benchrunner/runners/rally/runner.go
aspacca 2dd4c65
Update internal/benchrunner/runners/rally/metrics.go
aspacca 92b7014
Update internal/benchrunner/runners/rally/runner.go
aspacca 9ba06f5
cr and merge from github fixes
e3612de
move CreateRallyTrackDir to rally package and handle package installa…
00402c7
use package installer
c8a6502
Update internal/corpusgenerator/rally.go
aspacca b1adc98
Update internal/benchrunner/runners/rally/runner.go
aspacca b28b55d
handle error logging in metrics.go, use bulk API
b8bd588
docs
f6532d9
add refresh index in metrics, collect only start and end
592cdcb
wait only for warmup
671867c
remove warmup, include unloaded segment in pipeline stats
86a6b2f
Update internal/cobraext/flags.go
aspacca 13672e2
docs about replay of rally tracks, bugfixes on metrics
3dc1a58
temporary: alias github.com/elastic/package-spec/v3 to github.com/asp…
9582206
remove warmup_time_period
bb18dc8
temporary: format version
5804ef9
remove replace in go mod. update to latest commit
cc39585
make check-static
943367a
github.com/elastic/package-spec/v3@v3.0.1
f406794
Merge branch 'main' into rally-benchmark
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is this link correct? Trying to find it in this PR.
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.
the link is correct. but I haven't yet written the docs :)
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.
Can we add these to the PR? I was looking for these as I hit some issues testing the PR. Will comment on more on the issue I hit soon.
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.
yes, it's planned to add to this PR: in the description I listed
missing docs
:)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.
Will give it a try when there are docs 🙂