Skip to content

Commit

Permalink
Merge 10ecd76 into 9aa9ede
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed May 15, 2023
2 parents 9aa9ede + 10ecd76 commit f90d741
Show file tree
Hide file tree
Showing 9 changed files with 1,297 additions and 1,170 deletions.
555 changes: 90 additions & 465 deletions output/cloud/output.go

Large diffs are not rendered by default.

709 changes: 6 additions & 703 deletions output/cloud/output_test.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions output/cloud/bench_test.go → output/cloud/v1/bench_test.go
Expand Up @@ -26,7 +26,7 @@ import (
)

func BenchmarkAggregateHTTP(b *testing.B) {
out, err := newOutput(output.Params{
out, err := newTestOutput(output.Params{
Logger: testutils.NewLogger(b),
JSONConfig: json.RawMessage(`{"noCompress": true, "aggregationCalcInterval": "200ms","aggregationPeriod": "200ms"}`),
ScriptOptions: lib.Options{
Expand Down Expand Up @@ -292,7 +292,7 @@ func BenchmarkHTTPPush(b *testing.B) {
},
)

out, err := newOutput(output.Params{
out, err := newTestOutput(output.Params{
Logger: testutils.NewLogger(b),
JSONConfig: json.RawMessage(fmt.Sprintf(`{
"host": "%s",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f90d741

Please sign in to comment.