Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 8067d97
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 24, 2023
1 parent 2271f56 commit 1d7725b
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": 1700632579079,
"lastUpdate": 1700785955037,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -740,6 +740,58 @@ window.BENCHMARK_DATA = {
"extra": "99 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "strivly",
"username": "strivly"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "8067d9721021cb25f94534a27cd2e6298ef7f6a2",
"message": "chore(ci): install semver globally to speed up \"peer-api\" workflow (#4270)\n\nCloses: #4242",
"timestamp": "2023-11-23T15:54:44-08:00",
"tree_id": "ebf014a05df6da8bd46b2e152f9949cbc7ffb072",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/8067d9721021cb25f94534a27cd2e6298ef7f6a2"
},
"date": 1700785954148,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 709321,
"range": "±0.26%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 8496,
"range": "±0.51%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "create spans (10 attributes)",
"value": 701095,
"range": "±0.21%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 643699,
"range": "±0.21%",
"unit": "ops/sec",
"extra": "100 samples"
}
]
}
]
}
Expand Down

0 comments on commit 1d7725b

Please sign in to comment.