Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 3447582
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 23, 2025
1 parent 261b49a commit 3578ece
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": 1737463803888,
"lastUpdate": 1737646474743,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -23770,6 +23770,58 @@ window.BENCHMARK_DATA = {
"extra": "98 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "David Luna",
"username": "david-luna"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "34475825e89879301a86dae54c3ab9dc28a6e83c",
"message": "chore: update `module` config in tsconfig.base.json (#5347)\n\nCo-authored-by: Marc Pichler <[email protected]>",
"timestamp": "2025-01-23T10:35:36Z",
"tree_id": "8d12afb320c0626ddf04659889c0e337e972acf3",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/34475825e89879301a86dae54c3ab9dc28a6e83c"
},
"date": 1737646473883,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 1555292,
"range": "±0.51%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "transform 100 spans",
"value": 17219,
"range": "±0.30%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "create spans (10 attributes)",
"value": 861380,
"range": "±0.25%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 779020,
"range": "±0.17%",
"unit": "ops/sec",
"extra": "97 samples"
}
]
}
]
}
Expand Down

0 comments on commit 3578ece

Please sign in to comment.