Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for f654636
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 30, 2023
1 parent 55903c3 commit 8de50da
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": 1701275377631,
"lastUpdate": 1701330705337,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -844,6 +844,58 @@ window.BENCHMARK_DATA = {
"extra": "99 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "f6546365029a8f700a0096af396914d6b703c824",
"message": "feat: add script to update changelogs on release preparation (#4315)\n\n* feat: add script to update changelogs on releases\r\n\r\n* fix: address comments\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Trent Mick <[email protected]>\r\n\r\n* fix: apply suggestions from code review\r\n\r\n* fix: use packageJson.version instead of version\r\n\r\n---------\r\n\r\nCo-authored-by: Trent Mick <[email protected]>",
"timestamp": "2023-11-30T08:50:29+01:00",
"tree_id": "be041aa01b7770f987903350eacba1871cc5f1f4",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/f6546365029a8f700a0096af396914d6b703c824"
},
"date": 1701330704438,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 705678,
"range": "±0.19%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 8504,
"range": "±0.25%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "create spans (10 attributes)",
"value": 659180,
"range": "±0.44%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 628902,
"range": "±0.66%",
"unit": "ops/sec",
"extra": "92 samples"
}
]
}
]
}
Expand Down

0 comments on commit 8de50da

Please sign in to comment.