-
Notifications
You must be signed in to change notification settings - Fork 833
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 1cbaaf0
- Loading branch information
github-action-benchmark
committed
Dec 14, 2023
1 parent
fdd1795
commit 99bdc8c
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": 1702480398314, | ||
"lastUpdate": 1702519666096, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1676,6 +1676,58 @@ window.BENCHMARK_DATA = { | |
"extra": "99 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Daniel Dyla", | ||
"username": "dyladan" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "1cbaaf08b2dd0c2a9721bdd552e94f874a3f13f3", | ||
"message": "chore(deps): update webpack to latest (#4340)\n\n* Update webpack to latest\r\n\r\n* Skip tree shake test on node 8\r\n\r\n* Update webpack utility modules\r\n\r\n* lint\r\n\r\n* Apply review comments\r\n\r\n* Invert test skip\r\n\r\n* Use process.versions.node\r\n\r\n* Remove approval requirement for webpack", | ||
"timestamp": "2023-12-13T14:36:54-05:00", | ||
"tree_id": "e8dd329d7d4eed88e244803d0649a23fd2fff391", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/1cbaaf08b2dd0c2a9721bdd552e94f874a3f13f3" | ||
}, | ||
"date": 1702519665146, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 688249, | ||
"range": "±0.21%", | ||
"unit": "ops/sec", | ||
"extra": "101 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 7795, | ||
"range": "±0.34%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 668454, | ||
"range": "±0.54%", | ||
"unit": "ops/sec", | ||
"extra": "95 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 652574, | ||
"range": "±0.27%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|