Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for ef3fef9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 9, 2023
1 parent b854c0b commit 66e4539
Showing 1 changed file with 67 additions and 1 deletion.
68 changes: 67 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1696861701824,
"lastUpdate": 1696863653332,
"repoUrl": "https://github.com/open-telemetry/opentelemetry-java",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2847,6 +2847,72 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 10\nforks: 1\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "jack-berg",
"username": "jack-berg"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ef3fef9f42d69243ac857c3e06dfc8b342d50039",
"message": "Add file configuration to autoconfigure (#5831)",
"timestamp": "2023-10-09T09:41:26-05:00",
"tree_id": "d6a25f81dedfd0c2d772ffc72952a3ff2e884346",
"url": "https://github.com/open-telemetry/opentelemetry-java/commit/ef3fef9f42d69243ac857c3e06dfc8b342d50039"
},
"date": 1696863652427,
"tool": "jmh",
"benches": [
{
"name": "io.opentelemetry.sdk.trace.FillSpanBenchmark.setFourAttributes",
"value": 7221.275887725765,
"unit": "ops/ms",
"extra": "iterations: 20\nforks: 3\nthreads: 1"
},
{
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_01Thread",
"value": 8021.242205161316,
"unit": "ops/ms",
"extra": "iterations: 10\nforks: 1\nthreads: 1"
},
{
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_02Threads",
"value": 11881.695070445176,
"unit": "ops/ms",
"extra": "iterations: 10\nforks: 1\nthreads: 2"
},
{
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_05Threads",
"value": 17752.744968116014,
"unit": "ops/ms",
"extra": "iterations: 10\nforks: 1\nthreads: 5"
},
{
"name": "io.opentelemetry.sdk.trace.SpanBenchmark.simpleSpanStartAddEventEnd_10Threads",
"value": 16339.320587788732,
"unit": "ops/ms",
"extra": "iterations: 10\nforks: 1\nthreads: 10"
},
{
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"1\",\"spanCount\":\"1000\"} )",
"value": 1687807.9400057513,
"unit": "ops/ms",
"extra": "iterations: 10\nforks: 1\nthreads: 1"
},
{
"name": "io.opentelemetry.sdk.trace.export.MultiSpanExporterBenchmark.export ( {\"exporterCount\":\"3\",\"spanCount\":\"1000\"} )",
"value": 8620.137121551381,
"unit": "ops/ms",
"extra": "iterations: 10\nforks: 1\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 66e4539

Please sign in to comment.