Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for db14633
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 3f166fb commit c62cd12
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": 1731386753695,
"lastUpdate": 1731426995603,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -18686,6 +18686,58 @@ window.BENCHMARK_DATA = {
"extra": "101 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "David Luna",
"username": "david-luna"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "db14633cc489d11d6820cd872f7abbb841d954d3",
"message": "feat(sdk-trace-base): add `spanProcessors` property in `TracerConfig` interface (#5138)",
"timestamp": "2024-11-12T15:48:00Z",
"tree_id": "3f9a0d1cabe8ed8fdfb51fde9f282b75e8ae31d5",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/db14633cc489d11d6820cd872f7abbb841d954d3"
},
"date": 1731426994787,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 985499,
"range": "±0.30%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 11944,
"range": "±0.17%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "create spans (10 attributes)",
"value": 678731,
"range": "±0.65%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 658215,
"range": "±1.13%",
"unit": "ops/sec",
"extra": "89 samples"
}
]
}
]
}
Expand Down

0 comments on commit c62cd12

Please sign in to comment.