Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for b41cada
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2023
1 parent 648c8b8 commit 8198491
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": 1699546864463,
"lastUpdate": 1699883794456,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -272,6 +272,58 @@ window.BENCHMARK_DATA = {
"extra": "97 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Mend Renovate",
"username": "renovate-bot"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "b41cada2d2e17034fc7db058eda34ca3df76213d",
"message": "chore(deps): update dependency chromedriver to v119 [security] (#4280)",
"timestamp": "2023-11-13T14:55:15+01:00",
"tree_id": "e4660f4ad9a645812b62dbedc28562c105a4616a",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/b41cada2d2e17034fc7db058eda34ca3df76213d"
},
"date": 1699883793569,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 704404,
"range": "±0.24%",
"unit": "ops/sec",
"extra": "101 samples"
},
{
"name": "transform 100 spans",
"value": 8123,
"range": "±0.38%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "create spans (10 attributes)",
"value": 657066,
"range": "±0.17%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 657511,
"range": "±0.25%",
"unit": "ops/sec",
"extra": "99 samples"
}
]
}
]
}
Expand Down

0 comments on commit 8198491

Please sign in to comment.