Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for a37692a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 10, 2025
1 parent 9c9bc34 commit 7c1224b
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": 1736529568089,
"lastUpdate": 1736529968215,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -22886,6 +22886,58 @@ window.BENCHMARK_DATA = {
"extra": "95 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "a37692abc7c6a1a04662e788e2ddf99503839c6e",
"message": "feat(core)!: remove depreacted IdGenerator and RandomIdGenerator (#5309)",
"timestamp": "2025-01-10T16:54:44Z",
"tree_id": "f737df9ca1b8e52426e26c6c9ed4effe6f5fc613",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/a37692abc7c6a1a04662e788e2ddf99503839c6e"
},
"date": 1736529967344,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 1532869,
"range": "±0.64%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 17160,
"range": "±0.31%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "create spans (10 attributes)",
"value": 819122,
"range": "±0.39%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 766627,
"range": "±0.69%",
"unit": "ops/sec",
"extra": "95 samples"
}
]
}
]
}
Expand Down

0 comments on commit 7c1224b

Please sign in to comment.