Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 9e4d36c
Browse files Browse the repository at this point in the history
  • 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.
54 changes: 53 additions & 1 deletion benchmarks/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 0f0bfb4

Please sign in to comment.