Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 4afc190
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 14, 2024
1 parent e351331 commit fcd210f
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": 1731507300765,
"lastUpdate": 1731576111660,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -18790,6 +18790,58 @@ window.BENCHMARK_DATA = {
"extra": "97 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4afc190d9005f0067568eaedfe4b661b7fc41c3d",
"message": "fix(sdk-trace-base): pass BatchSpanProcessor#forceFlush() errors on visibilitychange/pagehide to globalErrorHandler (#5143)\n\nCo-authored-by: Hector Hernandez <[email protected]>",
"timestamp": "2024-11-14T09:13:18Z",
"tree_id": "c3d6df9e05e9a3c5990653f0f49f6b0f975c27d2",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/4afc190d9005f0067568eaedfe4b661b7fc41c3d"
},
"date": 1731576110693,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 923872,
"range": "±0.43%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "transform 100 spans",
"value": 11753,
"range": "±0.20%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "create spans (10 attributes)",
"value": 678470,
"range": "±0.63%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 657571,
"range": "±0.70%",
"unit": "ops/sec",
"extra": "94 samples"
}
]
}
]
}
Expand Down

0 comments on commit fcd210f

Please sign in to comment.