Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 5387343
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 10, 2024
1 parent 64ecb93 commit 977173c
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1733762919347,
"lastUpdate": 1733824021536,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -21282,6 +21282,44 @@ window.BENCHMARK_DATA = {
"extra": "96 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5387343986d780bed88f539744138a024453b53a",
"message": "test(api): longer timeout for API tree-shaking tests (#5247)",
"timestamp": "2024-12-10T09:11:45Z",
"tree_id": "9264d51940b480a300428f83f24098bba4dfde0a",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/5387343986d780bed88f539744138a024453b53a"
},
"date": 1733824020676,
"tool": "benchmarkjs",
"benches": [
{
"name": "create spans (10 attributes)",
"value": 635245,
"range": "±1.36%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 639285,
"range": "±0.38%",
"unit": "ops/sec",
"extra": "97 samples"
}
]
}
]
}
Expand Down

0 comments on commit 977173c

Please sign in to comment.