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

build(deps): bump the otel group with 4 updates #405

Closed
wants to merge 1 commit into from

build(deps): bump the otel group with 4 updates

56033c3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

build(deps): bump the otel group with 4 updates #405

build(deps): bump the otel group with 4 updates
56033c3
Select commit
Loading
Failed to load commit list.
GitHub Actions / benchdiff-result succeeded Dec 6, 2024 in 0s

Benchdiff Results

Benchmark Command: go test ./... -run ^ -bench . -count 5 -benchtime 100ms -cpu 1,2 -benchmem

HEAD sha: 56033c3

Base sha: 4855547

Degraded: false

Details

pkg: github.com/elastic/apm-data/codec
goos: linux
goarch: amd64

name old time/op (ns/op) Β± new time/op (ns/op) Β± delta Β±
Encode/format=json 25571 2% 25274 1% ~ (p=0.095 n=5+5)
Encode/format=json-2 13229.8 1% 13879.2 7% ~ (p=0.421 n=5+5)
Encode/format=vtproto 4763.4 3% 4727.6 0% ~ (p=0.286 n=5+5)
Encode/format=vtproto-2 2626.6 9% 2546.2 1% ~ (p=0.310 n=5+5)
Decode/format=json 127059 1% 124760 1% -1.81% (p=0.032 n=5+5)
Decode/format=json-2 78008.2 35% 67124.2 5% ~ (p=0.151 n=5+5)
Decode/format=vtproto 17703.4 1% 18498.2 12% +4.49% (p=0.032 n=5+5)
Decode/format=vtproto-2 10787 10% 10576.6 3% ~ (p=0.841 n=5+5)
name old bytes/op (bytes/op) Β± new bytes/op (bytes/op) Β± delta Β±
Encode/format=json 6564 0% 6564 0% ~ (all equal)
Encode/format=json-2 6564 0% 6564 0% ~ (all equal)
Encode/format=vtproto 2775 0% 2775 0% ~ (all equal)
Encode/format=vtproto-2 2775 0% 2775 0% ~ (all equal)
name old alloc/op (B/op) Β± new alloc/op (B/op) Β± delta Β±
Encode/format=json 7592 0% 7592 0% ~ (all equal)
Encode/format=json-2 7593 0% 7593 0% ~ (all equal)
Encode/format=vtproto 3072 0% 3072 0% ~ (all equal)
Encode/format=vtproto-2 3072 0% 3072 0% ~ (all equal)
Decode/format=json 14282.8 0% 14282.2 0% ~ (p=0.484 n=5+5)
Decode/format=json-2 14281.6 0% 14282 0% ~ (p=0.532 n=5+5)
Decode/format=vtproto 12952 0% 12952 0% ~ (all equal)
Decode/format=vtproto-2 12952 0% 12952 0% ~ (all equal)
name old allocs/op (allocs/op) Β± new allocs/op (allocs/op) Β± delta Β±
Encode/format=json 26 0% 26 0% ~ (all equal)
Encode/format=json-2 26 0% 26 0% ~ (all equal)
Encode/format=vtproto 1 0% 1 0% ~ (all equal)
Encode/format=vtproto-2 1 0% 1 0% ~ (all equal)
Decode/format=json 379 0% 379 0% ~ (all equal)
Decode/format=json-2 379 0% 379 0% ~ (all equal)
Decode/format=vtproto 348 0% 348 0% ~ (all equal)
Decode/format=vtproto-2 348 0% 348 0% ~ (all equal)

pkg: github.com/elastic/apm-data/input/elasticapm/internal/decoder
goos: linux
goarch: amd64

name old time/op (ns/op) Β± new time/op (ns/op) Β± delta Β±
NDStreamDecoder 277.74 5% 281.94 6% ~ (p=0.460 n=5+5)
NDStreamDecoder-2 153.78 9% 147.76 2% ~ (p=0.222 n=5+5)
name old alloc/op (B/op) Β± new alloc/op (B/op) Β± delta Β±
NDStreamDecoder 72 0% 72 0% ~ (all equal)
NDStreamDecoder-2 72 0% 72 0% ~ (all equal)
name old allocs/op (allocs/op) Β± new allocs/op (allocs/op) Β± delta Β±
NDStreamDecoder 4 0% 4 0% ~ (all equal)
NDStreamDecoder-2 4 0% 4 0% ~ (all equal)

pkg: github.com/elastic/apm-data/model/modeljson
goos: linux
goarch: amd64

name old time/op (ns/op) Β± new time/op (ns/op) Β± delta Β±
APMEventToJSON/to-json 15715 4% 15490 2% ~ (p=0.222 n=5+5)
APMEventToJSON/to-json-2 12810.6 1% 12633.4 2% ~ (p=0.151 n=5+5)
name old alloc/op (B/op) Β± new alloc/op (B/op) Β± delta Β±
APMEventToJSON/to-json 2616 0% 2616 0% ~ (all equal)
APMEventToJSON/to-json-2 2616 0% 2616 0% ~ (all equal)
name old allocs/op (allocs/op) Β± new allocs/op (allocs/op) Β± delta Β±
APMEventToJSON/to-json 38 0% 38 0% ~ (all equal)
APMEventToJSON/to-json-2 38 0% 38 0% ~ (all equal)