Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for eb3ca4f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 23, 2024
1 parent 9047b80 commit d956180
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": 1729702472926,
"lastUpdate": 1729702551497,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -17958,6 +17958,58 @@ window.BENCHMARK_DATA = {
"extra": "96 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "OpenTelemetry Bot",
"username": "opentelemetrybot"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "eb3ca4fb07ee31c62093f5fcec56575573c902ce",
"message": "chore: prepare next release (#5068)",
"timestamp": "2024-10-23T14:30:12Z",
"tree_id": "7400592636a46d04ec304c66a6eeecc844fe2dac",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/eb3ca4fb07ee31c62093f5fcec56575573c902ce"
},
"date": 1729702550604,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 950727,
"range": "±0.39%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 11695,
"range": "±0.33%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "create spans (10 attributes)",
"value": 677388,
"range": "±0.48%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 661334,
"range": "±0.28%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit d956180

Please sign in to comment.