-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for 9e4d36c
- Loading branch information
github-action-benchmark
committed
Nov 18, 2024
1 parent
162ddc7
commit 0f0bfb4
Showing
1 changed file
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1731920385129, | ||
"lastUpdate": 1731924336353, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -19414,6 +19414,58 @@ window.BENCHMARK_DATA = { | |
"extra": "97 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9e4d36cb3e8b087a66ff263d46a551020a36f338", | ||
"message": "fix(otlp-exporter-base): fix unhandled error when writing to destroyed http request (#5163)", | ||
"timestamp": "2024-11-18T09:54:10Z", | ||
"tree_id": "11ffd9c24f7c2738f42f2e614081a6b5ca2e04b7", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/9e4d36cb3e8b087a66ff263d46a551020a36f338" | ||
}, | ||
"date": 1731924335505, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 978859, | ||
"range": "±0.32%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 11861, | ||
"range": "±0.30%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 671750, | ||
"range": "±0.59%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 650659, | ||
"range": "±0.35%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|