Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for cb88833
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 13, 2025
1 parent 22179b9 commit 72a3add
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": 1736540727530,
"lastUpdate": 1736760490320,
"repoUrl": "/~https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -23250,6 +23250,58 @@ window.BENCHMARK_DATA = {
"extra": "93 samples"
}
]
},
{
"commit": {
"author": {
"email": "trentm@gmail.com",
"name": "Trent Mick",
"username": "trentm"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cb8883323451f0057fac1f9e6fa829692fc91ff8",
"message": "fix(exporter-metrics-otlp-http): browser OTLPMetricExporter was not passing config to OTLPMetricExporterBase super class (#5331)",
"timestamp": "2025-01-13T09:19:23Z",
"tree_id": "02c2d71b105078dd2845fcb418a30fe802f37496",
"url": "/~https://github.com/open-telemetry/opentelemetry-js/commit/cb8883323451f0057fac1f9e6fa829692fc91ff8"
},
"date": 1736760489453,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 1551561,
"range": "±0.50%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "transform 100 spans",
"value": 16915,
"range": "±0.30%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "create spans (10 attributes)",
"value": 838286,
"range": "±0.22%",
"unit": "ops/sec",
"extra": "100 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 774486,
"range": "±0.58%",
"unit": "ops/sec",
"extra": "95 samples"
}
]
}
]
}
Expand Down

0 comments on commit 72a3add

Please sign in to comment.