-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display the crash tests stdout live #5964
Conversation
Datadog ReportBranch report: ❌ 1 Failed (0 Known Flaky), 360557 Passed, 2061 Skipped, 14h 40m 36.05s Total Time ❌ Failed Tests (1)
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). |
Benchmarks Report for tracer 🐌Benchmarks for #5964 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SpanBenchmark - Slower
|
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑netcoreapp3.1 | 1.138 | 543.16 | 618.38 | |
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net472 | 1.131 | 580.81 | 657.05 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 389ns | 0.0744ns | 0.288ns | 0.00804 | 0 | 0 | 576 B |
master | StartFinishSpan |
netcoreapp3.1 | 543ns | 0.154ns | 0.557ns | 0.00785 | 0 | 0 | 576 B |
master | StartFinishSpan |
net472 | 585ns | 1.93ns | 7.48ns | 0.0917 | 0 | 0 | 578 B |
master | StartFinishScope |
net6.0 | 479ns | 0.185ns | 0.716ns | 0.00981 | 0 | 0 | 696 B |
master | StartFinishScope |
netcoreapp3.1 | 679ns | 0.368ns | 1.42ns | 0.00945 | 0 | 0 | 696 B |
master | StartFinishScope |
net472 | 845ns | 1.02ns | 3.68ns | 0.104 | 0 | 0 | 658 B |
#5964 | StartFinishSpan |
net6.0 | 397ns | 0.117ns | 0.451ns | 0.00798 | 0 | 0 | 576 B |
#5964 | StartFinishSpan |
netcoreapp3.1 | 618ns | 0.536ns | 1.86ns | 0.00768 | 0 | 0 | 576 B |
#5964 | StartFinishSpan |
net472 | 657ns | 0.409ns | 1.59ns | 0.0918 | 0 | 0 | 578 B |
#5964 | StartFinishScope |
net6.0 | 483ns | 0.178ns | 0.667ns | 0.00968 | 0 | 0 | 696 B |
#5964 | StartFinishScope |
netcoreapp3.1 | 721ns | 0.356ns | 1.38ns | 0.00928 | 0 | 0 | 696 B |
#5964 | StartFinishScope |
net472 | 864ns | 0.812ns | 3.14ns | 0.104 | 0 | 0 | 658 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 685ns | 0.288ns | 1.12ns | 0.00958 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 858ns | 0.308ns | 1.11ns | 0.00904 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
net472 | 1.07μs | 0.772ns | 2.99ns | 0.104 | 0 | 0 | 658 B |
#5964 | RunOnMethodBegin |
net6.0 | 629ns | 0.568ns | 2.2ns | 0.00976 | 0 | 0 | 696 B |
#5964 | RunOnMethodBegin |
netcoreapp3.1 | 936ns | 0.518ns | 2.01ns | 0.00938 | 0 | 0 | 696 B |
#5964 | RunOnMethodBegin |
net472 | 1.15μs | 0.714ns | 2.76ns | 0.104 | 0 | 0 | 658 B |
Throughput/Crank Report ⚡Throughput results for AspNetCoreSimpleController comparing the following branches/commits: Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red. Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards! gantt
title Throughput Linux x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5964) (11.122M) : 0, 11122021
master (11.247M) : 0, 11246521
benchmarks/2.9.0 (11.120M) : 0, 11120231
section Automatic
This PR (5964) (7.474M) : 0, 7474281
master (7.508M) : 0, 7508439
benchmarks/2.9.0 (7.874M) : 0, 7874046
section Trace stats
master (7.707M) : 0, 7707332
section Manual
master (11.233M) : 0, 11232811
section Manual + Automatic
This PR (5964) (6.912M) : 0, 6911976
master (6.892M) : 0, 6891553
section DD_TRACE_ENABLED=0
master (10.225M) : 0, 10225326
gantt
title Throughput Linux arm64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5964) (9.742M) : 0, 9741774
benchmarks/2.9.0 (9.342M) : 0, 9341974
section Automatic
This PR (5964) (6.756M) : 0, 6755665
section Manual + Automatic
This PR (5964) (6.146M) : 0, 6146238
gantt
title Throughput Windows x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (5964) (10.083M) : 0, 10082868
master (10.060M) : 0, 10059520
benchmarks/2.9.0 (10.105M) : 0, 10105239
section Automatic
This PR (5964) (6.599M) : 0, 6599259
master (6.690M) : 0, 6690107
benchmarks/2.9.0 (7.518M) : 0, 7517801
section Trace stats
master (7.324M) : 0, 7324117
section Manual
master (10.131M) : 0, 10131126
section Manual + Automatic
This PR (5964) (6.008M) : 0, 6007541
master (6.279M) : 0, 6279338
section DD_TRACE_ENABLED=0
master (9.441M) : 0, 9441325
|
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.
Yup. That's definitely bash.
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.
LGTM
Summary of changes
In the crashtracking installer smoke-tests, display the output as it comes instead of all at once when it finishes.
Reason for change
The job sometimes hangs. When it happens, it gets killed after the timeout elapses, and we see no output because the command didn't complete.
Implementation details
Bash.