-
Notifications
You must be signed in to change notification settings - Fork 837
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (benchmarkjs) benchmark result for 900b7d8
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|