Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 4fe1ae8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 13, 2023
1 parent db6088c commit fdd1795
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": 1702480312655,
"lastUpdate": 1702480398314,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1624,6 +1624,58 @@ window.BENCHMARK_DATA = {
"extra": "98 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "4fe1ae8aaf39dc310f8fd242405a13e1456239db",
"message": "chore(deps): use actions/checkout >4 instead of 4.0.0 exactly (#4361)",
"timestamp": "2023-12-13T10:16:19+01:00",
"tree_id": "ed83aa2ba3d529f26971fb522c5a1851b3066e74",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/4fe1ae8aaf39dc310f8fd242405a13e1456239db"
},
"date": 1702480397373,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 708795,
"range": "±0.26%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "transform 100 spans",
"value": 8530,
"range": "±0.20%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "create spans (10 attributes)",
"value": 673653,
"range": "±0.59%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 668619,
"range": "±0.26%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit fdd1795

Please sign in to comment.