-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add OpenTelemetry-cpp exporters Benchmark (googlecpp) benchmark resul…
…t for d32f960
- Loading branch information
github-action-benchmark
committed
Feb 1, 2024
1 parent
74e3544
commit 27f2aa6
Showing
1 changed file
with
49 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": 1706603034034, | ||
"lastUpdate": 1706782569667, | ||
"repoUrl": "https://github.com/open-telemetry/opentelemetry-cpp", | ||
"entries": { | ||
"OpenTelemetry-cpp api Benchmark": [ | ||
|
@@ -145656,6 +145656,54 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 319\ncpu: 508424.13793103455 ns\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "49699333+dependabot[bot]@users.noreply.github.com", | ||
"name": "dependabot[bot]", | ||
"username": "dependabot[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d32f9609b965dbb34030c1740ddb464d93cd3065", | ||
"message": "Bump codecov/codecov-action from 3 to 4 (#2519)\n\nBumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.\r\n- [Release notes](https://github.com/codecov/codecov-action/releases)\r\n- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: codecov/codecov-action\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <[email protected]>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", | ||
"timestamp": "2024-02-01T11:07:30+01:00", | ||
"tree_id": "8053a512289e451c6b5c79a22651fbdc9d7ac7e6", | ||
"url": "https://github.com/open-telemetry/opentelemetry-cpp/commit/d32f9609b965dbb34030c1740ddb464d93cd3065" | ||
}, | ||
"date": 1706782564179, | ||
"tool": "googlecpp", | ||
"benches": [ | ||
{ | ||
"name": "BM_OtlpExporterEmptySpans", | ||
"value": 50.33089356795996, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 3357000\ncpu: 42.20417039022937 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterSparseSpans", | ||
"value": 167.51756745987205, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 857000\ncpu: 166.79474912485418 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_OtlpExporterDenseSpans", | ||
"value": 1135.6174945831299, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 128000\ncpu: 1134.3351562500002 ns\nthreads: 1" | ||
}, | ||
{ | ||
"name": "BM_otlp_grpc_with_collector", | ||
"value": 2401334.3707535616, | ||
"unit": "ns/iter", | ||
"extra": "iterations: 258\ncpu: 518717.8294573643 ns\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|