Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 2c7d5c4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 15, 2023
1 parent b2bfcab commit 47a4400
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": 1700064634002,
"lastUpdate": 1700070374510,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -480,6 +480,58 @@ window.BENCHMARK_DATA = {
"extra": "97 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2c7d5c427fa01ed3b8d46d801eb282ca4b648ef1",
"message": "chore: fix npm release preparation scripts, add .npmrc and release script (#4275)\n\nCo-authored-by: Trent Mick <[email protected]>",
"timestamp": "2023-11-15T18:44:57+01:00",
"tree_id": "0066df768ec9ac3973ac9a4bd25e2c4fa0d31862",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/2c7d5c427fa01ed3b8d46d801eb282ca4b648ef1"
},
"date": 1700070373651,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 688950,
"range": "±0.22%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "transform 100 spans",
"value": 8140,
"range": "±0.20%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "create spans (10 attributes)",
"value": 669378,
"range": "±0.15%",
"unit": "ops/sec",
"extra": "100 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 642194,
"range": "±0.21%",
"unit": "ops/sec",
"extra": "97 samples"
}
]
}
]
}
Expand Down

0 comments on commit 47a4400

Please sign in to comment.