Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 079c1f5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 20, 2023
1 parent a7e15c2 commit 6e4f3b0
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": 1700168274775,
"lastUpdate": 1700494483654,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -636,6 +636,58 @@ window.BENCHMARK_DATA = {
"extra": "99 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Daniel Dyla",
"username": "dyladan"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "079c1f547a32b84e775f1df850b8e66f575ed7ca",
"message": "Add Trent to approvers (#4311)",
"timestamp": "2023-11-20T10:33:26-05:00",
"tree_id": "034d2380e0bfbcf0f4e72107a431846593ac64e3",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/079c1f547a32b84e775f1df850b8e66f575ed7ca"
},
"date": 1700494482751,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 695431,
"range": "±0.25%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "transform 100 spans",
"value": 8457,
"range": "±0.18%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "create spans (10 attributes)",
"value": 682013,
"range": "±0.58%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 650109,
"range": "±0.54%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit 6e4f3b0

Please sign in to comment.