add Benchmark (benchmarkjs) benchmark result for 56a0308297
This commit is contained in:
parent
fcd210f0df
commit
9e2e9df688
|
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1731576111660,
|
||||
"lastUpdate": 1731598223555,
|
||||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
|
@ -18842,6 +18842,58 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "94 samples"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "dyladan@users.noreply.github.com",
|
||||
"name": "Daniel Dyla",
|
||||
"username": "dyladan"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "56a0308297691b0c73bd4c0668dacaa916841aef",
|
||||
"message": "fix(sdk-trace): performance.now() may return the same value for consecutive calls (#5150)\n\nCo-authored-by: Marc Pichler <marc.pichler@dynatrace.com>",
|
||||
"timestamp": "2024-11-14T15:22:04Z",
|
||||
"tree_id": "0047be9f48f97d307218c2ed808039d6dca50f53",
|
||||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/56a0308297691b0c73bd4c0668dacaa916841aef"
|
||||
},
|
||||
"date": 1731598222573,
|
||||
"tool": "benchmarkjs",
|
||||
"benches": [
|
||||
{
|
||||
"name": "transform 1 span",
|
||||
"value": 933373,
|
||||
"range": "±0.30%",
|
||||
"unit": "ops/sec",
|
||||
"extra": "97 samples"
|
||||
},
|
||||
{
|
||||
"name": "transform 100 spans",
|
||||
"value": 11719,
|
||||
"range": "±0.49%",
|
||||
"unit": "ops/sec",
|
||||
"extra": "96 samples"
|
||||
},
|
||||
{
|
||||
"name": "create spans (10 attributes)",
|
||||
"value": 635077,
|
||||
"range": "±0.65%",
|
||||
"unit": "ops/sec",
|
||||
"extra": "96 samples"
|
||||
},
|
||||
{
|
||||
"name": "BatchSpanProcessor process span",
|
||||
"value": 633194,
|
||||
"range": "±0.65%",
|
||||
"unit": "ops/sec",
|
||||
"extra": "99 samples"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue