Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for c78a02f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 14, 2024
1 parent 9e2e9df commit acff1fb
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": 1731598223555,
"lastUpdate": 1731601312586,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -18894,6 +18894,58 @@ window.BENCHMARK_DATA = {
"extra": "99 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Mustafa Haddara",
"username": "MustafaHaddara"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "c78a02fe7414826df75205d30ba7131d79ada488",
"message": "Track request body size in XHR and Fetch instrumentations (#4706)\n\nCo-authored-by: Jamie Danielson <[email protected]>",
"timestamp": "2024-11-14T15:51:55Z",
"tree_id": "7f95f60f016149af287f73cb008417f3d535d50d",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/c78a02fe7414826df75205d30ba7131d79ada488"
},
"date": 1731601311604,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 972745,
"range": "±0.34%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "transform 100 spans",
"value": 11789,
"range": "±0.52%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "create spans (10 attributes)",
"value": 664084,
"range": "±0.59%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 651008,
"range": "±0.22%",
"unit": "ops/sec",
"extra": "100 samples"
}
]
}
]
}
Expand Down

0 comments on commit acff1fb

Please sign in to comment.