-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
- Loading branch information
There are no files selected for viewing
+12 −0 | .github/workflows/build-check.yaml | |
+6 −2 | .markdown_link_check_config.json | |
+14 −0 | .markdownlint.yaml | |
+34 −6 | CHANGELOG.md | |
+10 −1 | Makefile | |
+4 −3 | examples/logs.json | |
+14 −14 | examples/metrics.json | |
+2 −2 | examples/trace.json | |
+11 −3 | opentelemetry/proto/logs/v1/logs.proto | |
+7 −1 | opentelemetry/proto/metrics/v1/metrics.proto | |
+57 −0 | opentelemetry/proto/trace/v1/trace.proto | |
+562 −2 | package-lock.json | |
+2 −1 | package.json |
2 comments
on commit 423ecac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2
.
Benchmark suite | Current: 423ecac | Previous: c4f39f2 | Ratio |
---|---|---|---|
BM_BaselineBuffer/1 |
8754103.183746338 ns/iter |
568410.8734130859 ns/iter |
15.40 |
BM_BaselineBuffer/2 |
9320435.523986816 ns/iter |
2852612.4954223633 ns/iter |
3.27 |
BM_BaselineBuffer/4 |
14513101.577758789 ns/iter |
2351486.6317290603 ns/iter |
6.17 |
BM_LockFreeBuffer/2 |
7199919.2237854 ns/iter |
1024306.7741394043 ns/iter |
7.03 |
BM_LockFreeBuffer/4 |
10236163.139343262 ns/iter |
1083777.2313286276 ns/iter |
9.44 |
This comment was automatically generated by workflow using github-action-benchmark.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'OpenTelemetry-cpp api Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2
.
Benchmark suite | Current: 423ecac | Previous: c4f39f2 | Ratio |
---|---|---|---|
BM_SpinLockThrashing/1/process_time/real_time |
3.518400192260742 ms/iter |
0.08849987334028307 ms/iter |
39.76 |
BM_NaiveSpinLockThrashing/1/process_time/real_time |
0.20251154899597168 ms/iter |
0.07304619232894695 ms/iter |
2.77 |
BM_NaiveSpinLockThrashing/2/process_time/real_time |
1.0912227630615234 ms/iter |
0.1429436012841646 ms/iter |
7.63 |
This comment was automatically generated by workflow using github-action-benchmark.
This was a breaking change. Why not provide a no-op default implementation?