Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for b2778e1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 1, 2024
1 parent 709a7b1 commit 9a0becd
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": 1722415145486,
"lastUpdate": 1722503842512,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13434,6 +13434,58 @@ window.BENCHMARK_DATA = {
"extra": "101 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "b2778e1b2ff7b038cebf371f1eb9f808fd98107f",
"message": "feat: add release PR workflow (#4849)\n\nCo-authored-by: Trent Mick <[email protected]>",
"timestamp": "2024-08-01T09:14:46Z",
"tree_id": "15e3130c535b6ba72383ff4ec9404d1b133ad998",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/b2778e1b2ff7b038cebf371f1eb9f808fd98107f"
},
"date": 1722503841578,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 954774,
"range": "±0.35%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "transform 100 spans",
"value": 11940,
"range": "±0.22%",
"unit": "ops/sec",
"extra": "100 samples"
},
{
"name": "create spans (10 attributes)",
"value": 655211,
"range": "±0.58%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 628352,
"range": "±0.76%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit 9a0becd

Please sign in to comment.