Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 4c0921e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 4, 2024
1 parent b54d03e commit c80b03d
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": 1730725344955,
"lastUpdate": 1730725488351,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -18062,6 +18062,58 @@ window.BENCHMARK_DATA = {
"extra": "100 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "4c0921ee6498f9355b4ac87343b6e7723628506b",
"message": "docs: update releasing.md to mention npm publish workflow, fix a link to release PR workflow (#5087)",
"timestamp": "2024-11-04T12:55:10Z",
"tree_id": "4f3a8edd0a661afd6b7544ff009c9067bd54f89f",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/4c0921ee6498f9355b4ac87343b6e7723628506b"
},
"date": 1730725487486,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 932787,
"range": "±0.59%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "transform 100 spans",
"value": 11872,
"range": "±0.19%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "create spans (10 attributes)",
"value": 678335,
"range": "±0.47%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 627351,
"range": "±0.36%",
"unit": "ops/sec",
"extra": "96 samples"
}
]
}
]
}
Expand Down

0 comments on commit c80b03d

Please sign in to comment.