Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for 654638a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 9, 2023
1 parent 8675f6d commit 0d6fcbd
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": 1699536799163,
"lastUpdate": 1699538298683,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -64,6 +64,58 @@ window.BENCHMARK_DATA = {
"extra": "96 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Martin Kuba",
"username": "martinkuba"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "654638a430a3a3ea6cc3a83e54674b18eb90ecca",
"message": "Benchmark tests for trace OTLP transform and BatchSpanProcessor (#4218)\n\nCo-authored-by: Marc Pichler <[email protected]>",
"timestamp": "2023-11-09T14:57:00+01:00",
"tree_id": "09443c8736510acec5b46eb9360031fc7872bc3f",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/654638a430a3a3ea6cc3a83e54674b18eb90ecca"
},
"date": 1699538297745,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 697822,
"range": "±0.30%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 7964,
"range": "±0.29%",
"unit": "ops/sec",
"extra": "93 samples"
},
{
"name": "create spans (10 attributes)",
"value": 674400,
"range": "±0.36%",
"unit": "ops/sec",
"extra": "99 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 643360,
"range": "±0.64%",
"unit": "ops/sec",
"extra": "95 samples"
}
]
}
]
}
Expand Down

0 comments on commit 0d6fcbd

Please sign in to comment.