Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 104a5e8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 6, 2023
1 parent 2b89d03 commit 3c623d3
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": 1701787580599,
"lastUpdate": 1701854150001,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1156,6 +1156,58 @@ window.BENCHMARK_DATA = {
"extra": "99 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Siim Kallas",
"username": "seemk"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "104a5e88673f52af76383665b5157c1c81316d7b",
"message": "fix(api-logs): allow passing in TimeInput for LogRecord (#4345)\n\n* fix: allow passing in TimeInput for LogRecord\r\n\r\n* chore: update changelog",
"timestamp": "2023-12-06T10:14:24+01:00",
"tree_id": "d26c6fa8c879eb49abf80ea2ddc2ec3ac5734feb",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/104a5e88673f52af76383665b5157c1c81316d7b"
},
"date": 1701854149142,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 696900,
"range": "±0.29%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 8434,
"range": "±0.17%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "create spans (10 attributes)",
"value": 660332,
"range": "±0.45%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 640835,
"range": "±0.49%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit 3c623d3

Please sign in to comment.