Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for df63272
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 25, 2024
1 parent 0cb180c commit e0cfe98
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": 1706167337641,
"lastUpdate": 1706168460978,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3606,6 +3606,58 @@ window.BENCHMARK_DATA = {
"extra": "97 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Vladimir Adamić",
"username": "Vunovati"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "df6327240841200d90e60b7577c0a39798f90909",
"message": "fix(exporter-logs-otlp-*): set User-Agent header (#4398)\n\n* fix(exporter-logs-otlp-grpc): set User-Agent header\r\n\r\n* fix(exporter-logs-otlp-http): set User-Agent header\r\n\r\n* fix(exporter-logs-otlp-proto): set User-Agent header\r\n\r\n* chore(changelog): update changelog\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Pichler <[email protected]>",
"timestamp": "2024-01-25T08:39:16+01:00",
"tree_id": "7cc9093ed92946c3fbfafd87c2a227557941d86f",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/df6327240841200d90e60b7577c0a39798f90909"
},
"date": 1706168460093,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 990436,
"range": "±0.28%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "transform 100 spans",
"value": 12052,
"range": "±0.18%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "create spans (10 attributes)",
"value": 707894,
"range": "±0.48%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 637630,
"range": "±0.26%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit e0cfe98

Please sign in to comment.