Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 6dd075c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 1, 2023
1 parent fa51c5c commit 57cff1f
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": 1701354239265,
"lastUpdate": 1701449101916,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1000,6 +1000,58 @@ window.BENCHMARK_DATA = {
"extra": "96 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Daniel Dyla",
"username": "dyladan"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6dd075cdf66d93aae43c647999d7bd5f885651ba",
"message": "Merge pull request #4336 from dyladan/test-20\n\nAdd node 20 to test matrix",
"timestamp": "2023-12-01T11:20:54-05:00",
"tree_id": "1e77f826f76b4647ed402e8b9bbf50191ca80959",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/6dd075cdf66d93aae43c647999d7bd5f885651ba"
},
"date": 1701449100997,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 687127,
"range": "±0.24%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "transform 100 spans",
"value": 7870,
"range": "±0.34%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "create spans (10 attributes)",
"value": 660514,
"range": "±0.17%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 643146,
"range": "±0.25%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit 57cff1f

Please sign in to comment.