Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 0bc4af6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 5, 2024
1 parent 0ddfc2b commit 2b36dde
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1733404752862,
"lastUpdate": 1733428301309,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -21168,6 +21168,44 @@ window.BENCHMARK_DATA = {
"extra": "96 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0bc4af6cd8f4a7426e6ceb01b77a810958da3575",
"message": "ci: run browser and worker tests on Node.js 22 (#5237)",
"timestamp": "2024-12-05T19:41:41Z",
"tree_id": "0c9d08405117374d7d6ab0774249f0c7c854f412",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/0bc4af6cd8f4a7426e6ceb01b77a810958da3575"
},
"date": 1733428300457,
"tool": "benchmarkjs",
"benches": [
{
"name": "create spans (10 attributes)",
"value": 644350,
"range": "±0.94%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 628151,
"range": "±0.90%",
"unit": "ops/sec",
"extra": "88 samples"
}
]
}
]
}
Expand Down

0 comments on commit 2b36dde

Please sign in to comment.