Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for af4f7a9
Browse files Browse the repository at this point in the history
  • 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.
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": 1702397305617,
"lastUpdate": 1702480312655,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit db6088c

Please sign in to comment.