Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 44b0b29
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 13, 2024
1 parent 6a824b5 commit 9639d7b
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": 1707740551931,
"lastUpdate": 1707813332081,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -4594,6 +4594,58 @@ window.BENCHMARK_DATA = {
"extra": "97 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "44b0b29dea98217130bc4e68d6c9b6901e75aef7",
"message": "Merge pull request #4477 from MikeShi42/patch-1\n\ndocs: Update getting started link in README",
"timestamp": "2024-02-13T09:33:49+01:00",
"tree_id": "59eabc174e9b73a721f0a33172c6de50b41278b3",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/44b0b29dea98217130bc4e68d6c9b6901e75aef7"
},
"date": 1707813331265,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 959116,
"range": "±0.54%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "transform 100 spans",
"value": 12167,
"range": "±0.18%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "create spans (10 attributes)",
"value": 655123,
"range": "±0.61%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 680878,
"range": "±0.13%",
"unit": "ops/sec",
"extra": "95 samples"
}
]
}
]
}
Expand Down

0 comments on commit 9639d7b

Please sign in to comment.