-
Notifications
You must be signed in to change notification settings - Fork 839
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 6f18ec2
- Loading branch information
github-action-benchmark
committed
Jan 13, 2025
1 parent
72a3add
commit 0467c6a
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": 1736760490320, | ||
"lastUpdate": 1736778670620, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -23302,6 +23302,58 @@ window.BENCHMARK_DATA = { | |
"extra": "95 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "6f18ec24d236814331dd9dbc49d5eabdb9c7453f", | ||
"message": "test(instrumentation-http): remove tests for deprecated request package (#5328)", | ||
"timestamp": "2025-01-13T14:21:32Z", | ||
"tree_id": "216216d79e17ba4092c4a2ec48decb75841cddb0", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/6f18ec24d236814331dd9dbc49d5eabdb9c7453f" | ||
}, | ||
"date": 1736778669701, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 1489026, | ||
"range": "±0.55%", | ||
"unit": "ops/sec", | ||
"extra": "99 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 16706, | ||
"range": "±0.20%", | ||
"unit": "ops/sec", | ||
"extra": "94 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 861058, | ||
"range": "±0.21%", | ||
"unit": "ops/sec", | ||
"extra": "100 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 793565, | ||
"range": "±0.53%", | ||
"unit": "ops/sec", | ||
"extra": "97 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|