Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 8dc74e6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 19, 2024
1 parent c85a010 commit a190880
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": 1734598249115,
"lastUpdate": 1734615099467,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -22002,6 +22002,58 @@ window.BENCHMARK_DATA = {
"extra": "96 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Godfrey Chan",
"username": "chancancode"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "8dc74e609a992ba6379c99033244e46ed902dc04",
"message": "feat(sdk-metrics)!: Drop deprecated `InstrumentDescriptor` export (#5266)",
"timestamp": "2024-12-19T13:23:40Z",
"tree_id": "bd99029ddaac85cc79dd75a4a83588e09a44cfde",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/8dc74e609a992ba6379c99033244e46ed902dc04"
},
"date": 1734615098592,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 1548553,
"range": "±0.54%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "transform 100 spans",
"value": 18356,
"range": "±0.41%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "create spans (10 attributes)",
"value": 825917,
"range": "±0.25%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 764827,
"range": "±0.57%",
"unit": "ops/sec",
"extra": "94 samples"
}
]
}
]
}
Expand Down

0 comments on commit a190880

Please sign in to comment.