Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 900b7d8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 28, 2024
1 parent 7ddfe97 commit 0c6eb5b
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": 1711384628945,
"lastUpdate": 1711632159701,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -5946,6 +5946,58 @@ window.BENCHMARK_DATA = {
"extra": "101 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Mustafa Haddara",
"username": "MustafaHaddara"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "900b7d8bfc52d9ebcd17657f4222e8a7fd17b55b",
"message": "feat(opentelemetry-instrumentation-xhr): optionally ignore network events (#4571)",
"timestamp": "2024-03-28T14:20:51+01:00",
"tree_id": "d590a08edff185df22cbc48b5fc742857ab31709",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/900b7d8bfc52d9ebcd17657f4222e8a7fd17b55b"
},
"date": 1711632158682,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 890945,
"range": "±0.61%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 11341,
"range": "±0.20%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "create spans (10 attributes)",
"value": 620973,
"range": "±0.57%",
"unit": "ops/sec",
"extra": "97 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 644961,
"range": "±0.15%",
"unit": "ops/sec",
"extra": "90 samples"
}
]
}
]
}
Expand Down

0 comments on commit 0c6eb5b

Please sign in to comment.