-
Notifications
You must be signed in to change notification settings - Fork 826
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for 9349c68
- Loading branch information
github-action-benchmark
committed
Dec 12, 2023
1 parent
f8d270e
commit b774368
Showing
1 changed file
with
53 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1702386145832, | ||
"lastUpdate": 1702387326920, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1364,6 +1364,58 @@ window.BENCHMARK_DATA = { | |
"extra": "94 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Mend Renovate", | ||
"username": "renovate-bot" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "9349c68c2fc87d3c8c4104a866cbe94921c2a8f8", | ||
"message": "fix(deps): update dependency import-in-the-middle to v1.6.0 (#4357)", | ||
"timestamp": "2023-12-12T14:16:42+01:00", | ||
"tree_id": "cf5d7c73fbd379cffb67f39f629b196797993119", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/9349c68c2fc87d3c8c4104a866cbe94921c2a8f8" | ||
}, | ||
"date": 1702387326018, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 699157, | ||
"range": "±0.31%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 7739, | ||
"range": "±0.27%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 670161, | ||
"range": "±0.23%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 650795, | ||
"range": "±0.25%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|