Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for cc4ff2d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 30, 2023
1 parent 8de50da commit 8751827
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": 1701330705337,
"lastUpdate": 1701353527838,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -896,6 +896,58 @@ window.BENCHMARK_DATA = {
"extra": "92 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Daniel Dyla",
"username": "dyladan"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cc4ff2d15897ec3315aaf59728b0247864ed494a",
"message": "Merge pull request #4332 from dyladan/node-20-leak\n\nfix(instrumentation-http): resume responses when there is no response…",
"timestamp": "2023-11-30T09:10:53-05:00",
"tree_id": "dc35be4b6250cc6372c2cf8a2fefb09e8b9ba48f",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/cc4ff2d15897ec3315aaf59728b0247864ed494a"
},
"date": 1701353526937,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 696544,
"range": "±0.33%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "transform 100 spans",
"value": 7771,
"range": "±0.16%",
"unit": "ops/sec",
"extra": "100 samples"
},
{
"name": "create spans (10 attributes)",
"value": 669047,
"range": "±0.17%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 649577,
"range": "±0.58%",
"unit": "ops/sec",
"extra": "100 samples"
}
]
}
]
}
Expand Down

0 comments on commit 8751827

Please sign in to comment.