Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
4ec6921
add rally subcommand in benchmark
Oct 24, 2023
5f14e8c
add rally corpus output dir
Oct 24, 2023
787276d
export GenerateRallyTrack
Oct 24, 2023
9557ce4
add rally runner
Oct 24, 2023
c9c3cc7
fix generator config yaml for system benchmark
Oct 24, 2023
8dda99d
add rally benchmark test files
Oct 24, 2023
dfd63bd
fix from CI
Oct 24, 2023
08acf94
fix from CI
Oct 24, 2023
d320aa5
fix repeated print of paramters
Oct 24, 2023
298b97f
fix ES host env variable for rally
Oct 24, 2023
373dba8
remove wait_for_data_timeout
Oct 25, 2023
918601f
changelog
Oct 25, 2023
dccc3c7
spec reference
Oct 25, 2023
ddf91d6
cr fixes
Oct 30, 2023
45d5659
fix check-static
Oct 31, 2023
e1ab9b6
remove creation of benchmark policy, get rid of input and vars
Oct 31, 2023
0508a04
Update cmd/benchmark.go
Oct 31, 2023
ab63709
Update cmd/benchmark.go
Oct 31, 2023
755a435
Update internal/benchrunner/runners/rally/metrics.go
Oct 31, 2023
a145c72
Update internal/benchrunner/runners/rally/runner.go
Oct 31, 2023
145c6ae
Update internal/benchrunner/runners/rally/metrics.go
Nov 1, 2023
6e8effc
fix cr suggestions merge
Nov 1, 2023
b423b59
remove input and vars reference in the package
Nov 1, 2023
0191b17
fix check-static
Nov 1, 2023
f7f98ca
Update internal/benchrunner/runners/rally/metrics.go
Nov 1, 2023
3447828
Update internal/benchrunner/runners/rally/metrics.go
Nov 1, 2023
9ab7a89
Update internal/benchrunner/runners/rally/runner.go
Nov 1, 2023
b9c98a4
Update internal/benchrunner/runners/rally/runner.go
Nov 1, 2023
2dd4c65
Update internal/benchrunner/runners/rally/metrics.go
Nov 1, 2023
92b7014
Update internal/benchrunner/runners/rally/runner.go
Nov 1, 2023
9ba06f5
cr and merge from github fixes
Nov 1, 2023
e3612de
move CreateRallyTrackDir to rally package and handle package installa…
Nov 1, 2023
00402c7
use package installer
Nov 2, 2023
c8a6502
Update internal/corpusgenerator/rally.go
Nov 2, 2023
b1adc98
Update internal/benchrunner/runners/rally/runner.go
Nov 2, 2023
b28b55d
handle error logging in metrics.go, use bulk API
Nov 2, 2023
b8bd588
docs
Nov 2, 2023
f6532d9
add refresh index in metrics, collect only start and end
Nov 2, 2023
592cdcb
wait only for warmup
Nov 2, 2023
671867c
remove warmup, include unloaded segment in pipeline stats
Nov 2, 2023
86a6b2f
Update internal/cobraext/flags.go
Nov 2, 2023
13672e2
docs about replay of rally tracks, bugfixes on metrics
Nov 3, 2023
3dc1a58
temporary: alias github.com/elastic/package-spec/v3 to github.com/asp…
Nov 3, 2023
9582206
remove warmup_time_period
Nov 3, 2023
bb18dc8
temporary: format version
Nov 3, 2023
5804ef9
remove replace in go mod. update to latest commit
Nov 6, 2023
cc39585
make check-static
Nov 7, 2023
943367a
github.com/elastic/package-spec/v3@v3.0.1
Nov 7, 2023
f406794
Merge branch 'main' into rally-benchmark
Nov 7, 2023
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
Prev Previous commit
Next Next commit
fix repeated print of paramters
  • Loading branch information
Andrea Spacca committed Oct 24, 2023
commit d320aa5ae2cb3ad9eed1b8c608dce8c8fdfe1efc
2 changes: 0 additions & 2 deletions internal/benchrunner/runners/rally/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ func reportHumanFormat(r *report) []byte {
"warmup time period", r.Parameters.WarmupTimePeriod,
)

report.WriteString(renderBenchmarkTable("parameters", pkvs...) + "\n")

if r.Parameters.Corpora.Generator != nil {
pkvs = append(pkvs,
"corpora.generator.total_events", r.Parameters.Corpora.Generator.TotalEvents,
Expand Down