-
Notifications
You must be signed in to change notification settings - Fork 826
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 af4f7a9
- Loading branch information
github-action-benchmark
committed
Dec 13, 2023
1 parent
bf4c64f
commit db6088c
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": 1702397305617, | ||
"lastUpdate": 1702480312655, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1572,6 +1572,58 @@ window.BENCHMARK_DATA = { | |
"extra": "92 samples" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Marc Pichler", | ||
"username": "pichlermarc" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "af4f7a9daf07c738193daf5eaa921398b4b2b952", | ||
"message": "fix(otlp-exporter-base): decrease default concurrency limit to 30 (#4211)\n\n* fix(otlp-exporter-base): decrease concurrency limit to 30\r\n\r\n* fix(changelog): add changelog entry", | ||
"timestamp": "2023-12-13T16:47:52+08:00", | ||
"tree_id": "33c48c3499e7aa374d36e24c6fce5438d13e6547", | ||
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/af4f7a9daf07c738193daf5eaa921398b4b2b952" | ||
}, | ||
"date": 1702480311735, | ||
"tool": "benchmarkjs", | ||
"benches": [ | ||
{ | ||
"name": "transform 1 span", | ||
"value": 697141, | ||
"range": "±0.26%", | ||
"unit": "ops/sec", | ||
"extra": "101 samples" | ||
}, | ||
{ | ||
"name": "transform 100 spans", | ||
"value": 7943, | ||
"range": "±0.20%", | ||
"unit": "ops/sec", | ||
"extra": "96 samples" | ||
}, | ||
{ | ||
"name": "create spans (10 attributes)", | ||
"value": 683283, | ||
"range": "±0.16%", | ||
"unit": "ops/sec", | ||
"extra": "100 samples" | ||
}, | ||
{ | ||
"name": "BatchSpanProcessor process span", | ||
"value": 640095, | ||
"range": "±0.19%", | ||
"unit": "ops/sec", | ||
"extra": "98 samples" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|