Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 4eddf51
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent 47a4400 commit 3f09b58
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": 1700070374510,
"lastUpdate": 1700080456534,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -532,6 +532,58 @@ window.BENCHMARK_DATA = {
"extra": "97 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Mend Renovate",
"username": "renovate-bot"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4eddf51eb96fba8702b845508af594fd5ef4480a",
"message": "chore(deps): update all patch versions (#4255)",
"timestamp": "2023-11-15T15:32:57-05:00",
"tree_id": "3968c592f6614fb65607d08240cdda6e6469d2d7",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/4eddf51eb96fba8702b845508af594fd5ef4480a"
},
"date": 1700080455581,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 706844,
"range": "±0.44%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 8738,
"range": "±0.20%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "create spans (10 attributes)",
"value": 685465,
"range": "±0.51%",
"unit": "ops/sec",
"extra": "91 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 669147,
"range": "±0.31%",
"unit": "ops/sec",
"extra": "97 samples"
}
]
}
]
}
Expand Down

0 comments on commit 3f09b58

Please sign in to comment.