Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 347dd5f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 19, 2024
1 parent 96f09d7 commit c85a010
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": 1734549566173,
"lastUpdate": 1734598249115,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -21950,6 +21950,58 @@ window.BENCHMARK_DATA = {
"extra": "92 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Godfrey Chan",
"username": "chancancode"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "347dd5f692609dd701bc189054d503247b1cc4f1",
"message": "chore: update supported versions in 2.0 README (#5287)",
"timestamp": "2024-12-19T08:41:49Z",
"tree_id": "700c4d56fb40d28f71449599112d032ae1d5d622",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/347dd5f692609dd701bc189054d503247b1cc4f1"
},
"date": 1734598248243,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 1549623,
"range": "±0.65%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "transform 100 spans",
"value": 17279,
"range": "±0.25%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "create spans (10 attributes)",
"value": 817982,
"range": "±0.26%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 774303,
"range": "±0.45%",
"unit": "ops/sec",
"extra": "96 samples"
}
]
}
]
}
Expand Down

0 comments on commit c85a010

Please sign in to comment.