Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for fa5edc6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 7, 2025
1 parent afe117d commit 155ab77
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": 1736256135020,
"lastUpdate": 1736256284434,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -22158,6 +22158,58 @@ window.BENCHMARK_DATA = {
"extra": "99 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fa5edc639c33890eb03cd071a14d126076fbdfc3",
"message": "chore(deps): remove webpack-merge where it is not needed (#5289)",
"timestamp": "2025-01-07T13:17:33Z",
"tree_id": "9dbe89b7b5cb9b3e8b698ab7d8d4b854e4452a94",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/fa5edc639c33890eb03cd071a14d126076fbdfc3"
},
"date": 1736256283488,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 1533661,
"range": "±0.52%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 17239,
"range": "±0.28%",
"unit": "ops/sec",
"extra": "92 samples"
},
{
"name": "create spans (10 attributes)",
"value": 839556,
"range": "±0.24%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 819740,
"range": "±0.19%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit 155ab77

Please sign in to comment.