-
Notifications
You must be signed in to change notification settings - Fork 144
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
[Dynamic Instrumentation] Improved probe status polling mechanism + fixed snapshot issues #4678
Conversation
2069dfd
to
7742f06
Compare
Datadog ReportBranch report: ❌ ❌ Failed Tests (200)
|
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). gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4678) - mean (73ms) : 61, 84
. : milestone, 73,
master - mean (68ms) : 64, 72
. : milestone, 68,
section CallTarget+Inlining+NGEN
This PR (4678) - mean (1,023ms) : 992, 1055
. : milestone, 1023,
master - mean (1,010ms) : 990, 1029
. : milestone, 1010,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4678) - mean (106ms) : 101, 111
. : milestone, 106,
master - mean (106ms) : 104, 108
. : milestone, 106,
section CallTarget+Inlining+NGEN
This PR (4678) - mean (714ms) : 692, 736
. : milestone, 714,
master - mean (714ms) : 687, 742
. : milestone, 714,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4678) - mean (90ms) : 83, 98
. : milestone, 90,
master - mean (89ms) : 87, 92
. : milestone, 89,
section CallTarget+Inlining+NGEN
This PR (4678) - mean (674ms) : 656, 692
. : milestone, 674,
master - mean (677ms) : 653, 702
. : milestone, 677,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4678) - mean (188ms) : 185, 192
. : milestone, 188,
master - mean (188ms) : 187, 190
. : milestone, 188,
section CallTarget+Inlining+NGEN
This PR (4678) - mean (1,128ms) : 1111, 1144
. : milestone, 1128,
master - mean (1,131ms) : 1108, 1154
. : milestone, 1131,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4678) - mean (271ms) : 267, 275
. : milestone, 271,
master - mean (271ms) : 268, 274
. : milestone, 271,
section CallTarget+Inlining+NGEN
This PR (4678) - mean (1,109ms) : 1093, 1124
. : milestone, 1109,
master - mean (1,107ms) : 1082, 1132
. : milestone, 1107,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4678) - mean (260ms) : 255, 266
. : milestone, 260,
master - mean (260ms) : 257, 264
. : milestone, 260,
section CallTarget+Inlining+NGEN
This PR (4678) - mean (1,061ms) : 1041, 1080
. : milestone, 1061,
master - mean (1,060ms) : 1042, 1077
. : milestone, 1060,
|
7742f06
to
9b8ad5f
Compare
Snapshots difference summaryThe following differences have been observed in committed snapshots. It is meant to help the reviewer. 185 occurrences of : + "version": 0
2 occurrences of : - "type": "List`1",
- "value": "count: 1"
+ "size": 1,
+ "type": "List`1"
2 occurrences of : - "type": "List`1",
- "value": "count: 1"
+ "size": 1,
+ "type": "List`1"
2 occurrences of : - "type": "List`1",
- "value": "count: 0"
+ "size": 0,
+ "type": "List`1"
9 occurrences of : - "type": "List`1",
- "value": "count: 1"
+ "size": 1,
+ "type": "List`1"
23 occurrences of : - "type": "List`1",
- "value": "count: 1"
+ "size": 1,
+ "type": "List`1"
3 occurrences of : - "type": "List`1",
- "value": "count: 1"
+ "size": 1,
+ "type": "List`1"
6 occurrences of : - "type": "List`1",
- "value": "count: 2"
+ "size": 2,
+ "type": "List`1"
2 occurrences of : - "type": "List`1",
- "value": "count: 2"
+ "size": 2,
+ "type": "List`1"
3 occurrences of : - "type": "List`1",
- "value": "count: 1"
+ "size": 1,
+ "type": "List`1"
2 occurrences of : - "type": "State[]",
- "value": "count: 10"
+ "size": 10,
+ "type": "State[]"
2 occurrences of : - "type": "State[]",
- "value": "count: 10"
+ "size": 10,
+ "type": "State[]"
[...]
- "type": "State[][]",
- "value": "count: 2"
+ "size": 2,
+ "type": "State[][]"
4 occurrences of : - "type": "String[]",
- "value": "count: 3"
+ "size": 3,
+ "type": "String[]"
|
Benchmarks Report 🐌Benchmarks for #4678 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.Asm.AppSecBodyBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Asm.AppSecWafBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Fewer allocations 🎉
|
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑netcoreapp3.1 | 41.99 KB | 41.61 KB | -373 B | -0.89% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | WriteAndFlushEnrichedTraces |
net6.0 | 555μs | 984ns | 3.68μs | 0.543 | 0 | 0 | 41.73 KB |
master | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 651μs | 1.4μs | 5.42μs | 0.326 | 0 | 0 | 41.99 KB |
master | WriteAndFlushEnrichedTraces |
net472 | 854μs | 3.15μs | 12.2μs | 8.19 | 2.59 | 0.431 | 53.26 KB |
#4678 | WriteAndFlushEnrichedTraces |
net6.0 | 544μs | 1.64μs | 6.35μs | 0.546 | 0 | 0 | 41.6 KB |
#4678 | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 670μs | 1.39μs | 5.36μs | 0.336 | 0 | 0 | 41.61 KB |
#4678 | WriteAndFlushEnrichedTraces |
net472 | 835μs | 2.5μs | 9μs | 8.13 | 2.57 | 0.428 | 53.22 KB |
Benchmarks.Trace.DbCommandBenchmark - Slower ⚠️ Same allocations ✔️
Slower ⚠️ in #4678
Benchmark
diff/base
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery‑net6.0
1.131
965.43
1,092.19
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.DbCommandBenchmark.ExecuteNonQuery‑net6.0 | 1.131 | 965.43 | 1,092.19 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteNonQuery |
net6.0 | 965ns | 0.401ns | 1.55ns | 0.0106 | 0 | 0 | 768 B |
master | ExecuteNonQuery |
netcoreapp3.1 | 1.28μs | 1.58ns | 6.13ns | 0.0101 | 0 | 0 | 768 B |
master | ExecuteNonQuery |
net472 | 1.61μs | 0.584ns | 2.26ns | 0.116 | 0 | 0 | 730 B |
#4678 | ExecuteNonQuery |
net6.0 | 1.09μs | 0.576ns | 2.23ns | 0.0104 | 0 | 0 | 768 B |
#4678 | ExecuteNonQuery |
netcoreapp3.1 | 1.35μs | 1.88ns | 7.28ns | 0.0102 | 0 | 0 | 768 B |
#4678 | ExecuteNonQuery |
net472 | 1.62μs | 0.559ns | 2.01ns | 0.116 | 0 | 0 | 730 B |
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | CallElasticsearch |
net6.0 | 1.23μs | 1.4ns | 5.41ns | 0.0136 | 0 | 0 | 992 B |
master | CallElasticsearch |
netcoreapp3.1 | 1.44μs | 0.402ns | 1.5ns | 0.0135 | 0 | 0 | 992 B |
master | CallElasticsearch |
net472 | 2.33μs | 2.25ns | 8.73ns | 0.158 | 0 | 0 | 1 KB |
master | CallElasticsearchAsync |
net6.0 | 1.33μs | 1.31ns | 4.9ns | 0.0137 | 0 | 0 | 968 B |
master | CallElasticsearchAsync |
netcoreapp3.1 | 1.45μs | 0.96ns | 3.72ns | 0.0138 | 0 | 0 | 1.04 KB |
master | CallElasticsearchAsync |
net472 | 2.56μs | 4.06ns | 15.7ns | 0.167 | 0 | 0 | 1.06 KB |
#4678 | CallElasticsearch |
net6.0 | 1.22μs | 0.838ns | 3.25ns | 0.0141 | 0 | 0 | 992 B |
#4678 | CallElasticsearch |
netcoreapp3.1 | 1.45μs | 0.397ns | 1.43ns | 0.0131 | 0 | 0 | 992 B |
#4678 | CallElasticsearch |
net472 | 2.27μs | 1.1ns | 4.11ns | 0.159 | 0 | 0 | 1 KB |
#4678 | CallElasticsearchAsync |
net6.0 | 1.27μs | 0.41ns | 1.53ns | 0.0134 | 0 | 0 | 968 B |
#4678 | CallElasticsearchAsync |
netcoreapp3.1 | 1.58μs | 0.478ns | 1.85ns | 0.0135 | 0 | 0 | 1.04 KB |
#4678 | CallElasticsearchAsync |
net472 | 2.49μs | 2.41ns | 9.32ns | 0.167 | 0 | 0 | 1.06 KB |
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteAsync |
net6.0 | 1.29μs | 0.634ns | 2.29ns | 0.0123 | 0 | 0 | 912 B |
master | ExecuteAsync |
netcoreapp3.1 | 1.45μs | 0.631ns | 2.44ns | 0.0122 | 0 | 0 | 912 B |
master | ExecuteAsync |
net472 | 1.7μs | 1.18ns | 4.56ns | 0.139 | 0 | 0 | 875 B |
#4678 | ExecuteAsync |
net6.0 | 1.27μs | 2.44ns | 9.46ns | 0.0128 | 0 | 0 | 912 B |
#4678 | ExecuteAsync |
netcoreapp3.1 | 1.47μs | 0.843ns | 3.26ns | 0.0124 | 0 | 0 | 912 B |
#4678 | ExecuteAsync |
net472 | 1.76μs | 0.614ns | 2.3ns | 0.139 | 0 | 0 | 875 B |
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendAsync |
net6.0 | 3.8μs | 1.33ns | 5.15ns | 0.0264 | 0 | 0 | 1.94 KB |
master | SendAsync |
netcoreapp3.1 | 4.47μs | 2.49ns | 8.98ns | 0.0335 | 0 | 0 | 2.48 KB |
master | SendAsync |
net472 | 7.07μs | 1.2ns | 4.31ns | 0.484 | 0 | 0 | 3.05 KB |
#4678 | SendAsync |
net6.0 | 3.86μs | 1.27ns | 4.74ns | 0.0271 | 0 | 0 | 1.94 KB |
#4678 | SendAsync |
netcoreapp3.1 | 4.49μs | 1.83ns | 6.61ns | 0.0313 | 0 | 0 | 2.48 KB |
#4678 | SendAsync |
net472 | 7.15μs | 1.64ns | 6.13ns | 0.484 | 0 | 0 | 3.05 KB |
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 1.32μs | 0.657ns | 2.46ns | 0.0227 | 0 | 0 | 1.62 KB |
master | EnrichedLog |
netcoreapp3.1 | 2.03μs | 1.02ns | 3.69ns | 0.0223 | 0 | 0 | 1.62 KB |
master | EnrichedLog |
net472 | 2.21μs | 2.31ns | 8.95ns | 0.244 | 0 | 0 | 1.54 KB |
#4678 | EnrichedLog |
net6.0 | 1.3μs | 0.808ns | 3.13ns | 0.0229 | 0 | 0 | 1.62 KB |
#4678 | EnrichedLog |
netcoreapp3.1 | 1.96μs | 0.899ns | 3.36ns | 0.0217 | 0 | 0 | 1.62 KB |
#4678 | EnrichedLog |
net472 | 2.36μs | 2.57ns | 9.61ns | 0.244 | 0 | 0 | 1.54 KB |
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 112μs | 115ns | 447ns | 0.0561 | 0 | 0 | 4.21 KB |
master | EnrichedLog |
netcoreapp3.1 | 118μs | 102ns | 352ns | 0 | 0 | 0 | 4.21 KB |
master | EnrichedLog |
net472 | 148μs | 112ns | 436ns | 0.668 | 0.223 | 0 | 4.38 KB |
#4678 | EnrichedLog |
net6.0 | 111μs | 86ns | 322ns | 0.0551 | 0 | 0 | 4.21 KB |
#4678 | EnrichedLog |
netcoreapp3.1 | 117μs | 203ns | 787ns | 0 | 0 | 0 | 4.21 KB |
#4678 | EnrichedLog |
net472 | 145μs | 60.5ns | 234ns | 0.653 | 0.218 | 0 | 4.38 KB |
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 2.91μs | 1.31ns | 5.09ns | 0.0306 | 0 | 0 | 2.18 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.86μs | 2.04ns | 7.36ns | 0.0291 | 0 | 0 | 2.18 KB |
master | EnrichedLog |
net472 | 4.65μs | 2.33ns | 9.01ns | 0.314 | 0 | 0 | 1.99 KB |
#4678 | EnrichedLog |
net6.0 | 2.94μs | 1.06ns | 3.97ns | 0.0297 | 0 | 0 | 2.18 KB |
#4678 | EnrichedLog |
netcoreapp3.1 | 3.75μs | 3.15ns | 11.4ns | 0.0299 | 0 | 0 | 2.18 KB |
#4678 | EnrichedLog |
net472 | 4.68μs | 1.79ns | 6.95ns | 0.315 | 0 | 0 | 1.99 KB |
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | SendReceive |
net6.0 | 1.35μs | 1.03ns | 3.99ns | 0.0161 | 0 | 0 | 1.16 KB |
master | SendReceive |
netcoreapp3.1 | 1.61μs | 0.817ns | 3.06ns | 0.0152 | 0 | 0 | 1.16 KB |
master | SendReceive |
net472 | 2.07μs | 1.33ns | 5.16ns | 0.184 | 0.00104 | 0 | 1.16 KB |
#4678 | SendReceive |
net6.0 | 1.33μs | 1.09ns | 4.08ns | 0.0162 | 0 | 0 | 1.16 KB |
#4678 | SendReceive |
netcoreapp3.1 | 1.56μs | 1.33ns | 5.13ns | 0.0155 | 0 | 0 | 1.16 KB |
#4678 | SendReceive |
net472 | 2.02μs | 0.66ns | 2.29ns | 0.184 | 0 | 0 | 1.16 KB |
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EnrichedLog |
net6.0 | 2.55μs | 1.06ns | 3.95ns | 0.0216 | 0 | 0 | 1.53 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.8μs | 3.2ns | 12ns | 0.0206 | 0 | 0 | 1.58 KB |
master | EnrichedLog |
net472 | 4.13μs | 2.13ns | 7.96ns | 0.31 | 0 | 0 | 1.96 KB |
#4678 | EnrichedLog |
net6.0 | 2.56μs | 0.739ns | 2.86ns | 0.0204 | 0 | 0 | 1.53 KB |
#4678 | EnrichedLog |
netcoreapp3.1 | 3.6μs | 1.5ns | 5.6ns | 0.0216 | 0 | 0 | 1.58 KB |
#4678 | EnrichedLog |
net472 | 3.99μs | 2.7ns | 10.5ns | 0.311 | 0 | 0 | 1.96 KB |
Benchmarks.Trace.SpanBenchmark - Faster 🎉 Same allocations ✔️
Faster 🎉 in #4678
Benchmark
base/diff
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net472
1.206
730.60
606.03
Benchmark | base/diff | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net472 | 1.206 | 730.60 | 606.03 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 394ns | 0.179ns | 0.669ns | 0.00753 | 0 | 0 | 536 B |
master | StartFinishSpan |
netcoreapp3.1 | 617ns | 0.354ns | 1.32ns | 0.00712 | 0 | 0 | 536 B |
master | StartFinishSpan |
net472 | 731ns | 0.213ns | 0.798ns | 0.0852 | 0 | 0 | 538 B |
master | StartFinishScope |
net6.0 | 536ns | 0.205ns | 0.766ns | 0.00921 | 0 | 0 | 656 B |
master | StartFinishScope |
netcoreapp3.1 | 700ns | 0.346ns | 1.34ns | 0.00891 | 0 | 0 | 656 B |
master | StartFinishScope |
net472 | 800ns | 0.623ns | 2.41ns | 0.0979 | 0 | 0 | 618 B |
#4678 | StartFinishSpan |
net6.0 | 403ns | 0.545ns | 2.11ns | 0.00755 | 0 | 0 | 536 B |
#4678 | StartFinishSpan |
netcoreapp3.1 | 626ns | 0.267ns | 1.04ns | 0.00736 | 0 | 0 | 536 B |
#4678 | StartFinishSpan |
net472 | 602ns | 1.44ns | 5.58ns | 0.0854 | 0 | 0 | 538 B |
#4678 | StartFinishScope |
net6.0 | 527ns | 0.31ns | 1.2ns | 0.00928 | 0 | 0 | 656 B |
#4678 | StartFinishScope |
netcoreapp3.1 | 653ns | 0.205ns | 0.738ns | 0.009 | 0 | 0 | 656 B |
#4678 | StartFinishScope |
net472 | 843ns | 0.634ns | 2.45ns | 0.0979 | 0 | 0 | 618 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Slower ⚠️ Same allocations ✔️
Slower ⚠️ in #4678
Benchmark
diff/base
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net472
1.174
849.07
996.55
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net472 | 1.174 | 849.07 | 996.55 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 639ns | 0.452ns | 1.75ns | 0.00919 | 0 | 0 | 656 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 788ns | 0.357ns | 1.38ns | 0.00899 | 0 | 0 | 656 B |
master | RunOnMethodBegin |
net472 | 850ns | 0.358ns | 1.39ns | 0.098 | 0 | 0 | 618 B |
#4678 | RunOnMethodBegin |
net6.0 | 575ns | 0.19ns | 0.709ns | 0.00928 | 0 | 0 | 656 B |
#4678 | RunOnMethodBegin |
netcoreapp3.1 | 770ns | 0.289ns | 1.04ns | 0.00893 | 0 | 0 | 656 B |
#4678 | RunOnMethodBegin |
net472 | 996ns | 0.787ns | 3.05ns | 0.0979 | 0 | 0 | 618 B |
b6d5df2
to
f7c0eb0
Compare
988b362
to
61e3bfe
Compare
Datadog ReportBranch report: ✅ |
5e4418e
to
7e1fbc0
Compare
… the noise of the probe status poller
7e1fbc0
to
ddffdcf
Compare
Summary of changes