Skip to content

Commit

Permalink
add Benchmark (benchmarkjs) benchmark result for f4b681d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 21, 2023
1 parent cd24361 commit b261490
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": 1703070889101,
"lastUpdate": 1703148890160,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-js",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2878,6 +2878,58 @@ window.BENCHMARK_DATA = {
"extra": "98 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Marc Pichler",
"username": "pichlermarc"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "f4b681d4f388ecedaecff03b7c95f460c97a8f6c",
"message": "fix(instrumentation): use caret range on import-in-the-middle (#4380)\n\n* fix(instrumentation): use caret on import-in-the-middle\r\n\r\n* fix: add chanelog entry\r\n\r\n---------\r\n\r\nCo-authored-by: Daniel Dyla <[email protected]>",
"timestamp": "2023-12-20T14:32:52+01:00",
"tree_id": "4ec7dbb3d25f215af9f1e444c5b75b4ca8a30dc5",
"url": "https://github.com/open-telemetry/opentelemetry-js/commit/f4b681d4f388ecedaecff03b7c95f460c97a8f6c"
},
"date": 1703148889295,
"tool": "benchmarkjs",
"benches": [
{
"name": "transform 1 span",
"value": 976211,
"range": "±0.36%",
"unit": "ops/sec",
"extra": "98 samples"
},
{
"name": "transform 100 spans",
"value": 11854,
"range": "±0.22%",
"unit": "ops/sec",
"extra": "96 samples"
},
{
"name": "create spans (10 attributes)",
"value": 719117,
"range": "±0.33%",
"unit": "ops/sec",
"extra": "95 samples"
},
{
"name": "BatchSpanProcessor process span",
"value": 662313,
"range": "±0.52%",
"unit": "ops/sec",
"extra": "96 samples"
}
]
}
]
}
Expand Down

0 comments on commit b261490

Please sign in to comment.