-
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
Update querystring obfuscationregex (2) #4764
Conversation
Datadog ReportBranch report: ✅ |
Benchmarks Report 🐌Benchmarks for #4764 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 ✔️ More allocations
|
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark.WriteAndFlushEnrichedTraces‑net6.0 | 41.51 KB | 41.74 KB | 229 B | 0.55% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | WriteAndFlushEnrichedTraces |
net6.0 | 557μs | 2.07μs | 8μs | 0.558 | 0 | 0 | 41.51 KB |
master | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 664μs | 620ns | 2.4μs | 0.336 | 0 | 0 | 41.81 KB |
master | WriteAndFlushEnrichedTraces |
net472 | 837μs | 4.13μs | 18μs | 8.22 | 2.47 | 0.411 | 53.25 KB |
#4764 | WriteAndFlushEnrichedTraces |
net6.0 | 567μs | 1.55μs | 6μs | 0.568 | 0 | 0 | 41.74 KB |
#4764 | WriteAndFlushEnrichedTraces |
netcoreapp3.1 | 652μs | 1.22μs | 4.74μs | 0.329 | 0 | 0 | 42.01 KB |
#4764 | WriteAndFlushEnrichedTraces |
net472 | 867μs | 3.88μs | 15μs | 8.36 | 2.64 | 0.44 | 53.26 KB |
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteNonQuery |
net6.0 | 1.04μs | 0.488ns | 1.89ns | 0.0104 | 0 | 0 | 768 B |
master | ExecuteNonQuery |
netcoreapp3.1 | 1.29μs | 1.03ns | 3.99ns | 0.0102 | 0 | 0 | 768 B |
master | ExecuteNonQuery |
net472 | 1.62μs | 0.673ns | 2.61ns | 0.116 | 0 | 0 | 730 B |
#4764 | ExecuteNonQuery |
net6.0 | 1.04μs | 0.419ns | 1.62ns | 0.0104 | 0 | 0 | 768 B |
#4764 | ExecuteNonQuery |
netcoreapp3.1 | 1.37μs | 4.62ns | 17.9ns | 0.00989 | 0 | 0 | 768 B |
#4764 | ExecuteNonQuery |
net472 | 1.73μs | 1.34ns | 4.82ns | 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.16μs | 0.547ns | 2.05ns | 0.0133 | 0 | 0 | 936 B |
master | CallElasticsearch |
netcoreapp3.1 | 1.39μs | 1.03ns | 3.84ns | 0.0125 | 0 | 0 | 936 B |
master | CallElasticsearch |
net472 | 2.36μs | 1ns | 3.75ns | 0.151 | 0 | 0 | 955 B |
master | CallElasticsearchAsync |
net6.0 | 1.26μs | 0.541ns | 2.09ns | 0.0125 | 0 | 0 | 912 B |
master | CallElasticsearchAsync |
netcoreapp3.1 | 1.56μs | 3.94ns | 14.7ns | 0.0136 | 0 | 0 | 984 B |
master | CallElasticsearchAsync |
net472 | 2.61μs | 2.86ns | 10.7ns | 0.16 | 0 | 0 | 1.01 KB |
#4764 | CallElasticsearch |
net6.0 | 1.23μs | 0.682ns | 2.46ns | 0.0129 | 0 | 0 | 936 B |
#4764 | CallElasticsearch |
netcoreapp3.1 | 1.45μs | 1.27ns | 4.93ns | 0.0124 | 0 | 0 | 936 B |
#4764 | CallElasticsearch |
net472 | 2.31μs | 1.22ns | 4.55ns | 0.152 | 0 | 0 | 955 B |
#4764 | CallElasticsearchAsync |
net6.0 | 1.27μs | 0.719ns | 2.69ns | 0.0126 | 0 | 0 | 912 B |
#4764 | CallElasticsearchAsync |
netcoreapp3.1 | 1.46μs | 1.14ns | 4.27ns | 0.0132 | 0 | 0 | 984 B |
#4764 | CallElasticsearchAsync |
net472 | 2.37μs | 1.2ns | 4.66ns | 0.16 | 0 | 0 | 1.01 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.19μs | 1.26ns | 4.88ns | 0.013 | 0 | 0 | 912 B |
master | ExecuteAsync |
netcoreapp3.1 | 1.51μs | 0.246ns | 0.886ns | 0.0121 | 0 | 0 | 912 B |
master | ExecuteAsync |
net472 | 1.7μs | 0.911ns | 3.53ns | 0.139 | 0 | 0 | 875 B |
#4764 | ExecuteAsync |
net6.0 | 1.19μs | 0.458ns | 1.71ns | 0.0126 | 0 | 0 | 912 B |
#4764 | ExecuteAsync |
netcoreapp3.1 | 1.57μs | 0.471ns | 1.76ns | 0.0119 | 0 | 0 | 912 B |
#4764 | ExecuteAsync |
net472 | 1.76μs | 0.711ns | 2.76ns | 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.75μs | 1.46ns | 5.64ns | 0.0263 | 0 | 0 | 1.9 KB |
master | SendAsync |
netcoreapp3.1 | 4.46μs | 1.81ns | 6.77ns | 0.0335 | 0 | 0 | 2.43 KB |
master | SendAsync |
net472 | 7.08μs | 1.66ns | 6.44ns | 0.476 | 0 | 0 | 2.99 KB |
#4764 | SendAsync |
net6.0 | 3.85μs | 1.24ns | 4.62ns | 0.025 | 0 | 0 | 1.9 KB |
#4764 | SendAsync |
netcoreapp3.1 | 4.32μs | 2.31ns | 8.95ns | 0.0323 | 0 | 0 | 2.43 KB |
#4764 | SendAsync |
net472 | 7.07μs | 2.38ns | 9.22ns | 0.475 | 0 | 0 | 2.99 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.29μs | 0.949ns | 3.29ns | 0.022 | 0 | 0 | 1.57 KB |
master | EnrichedLog |
netcoreapp3.1 | 1.98μs | 1.05ns | 4.06ns | 0.0218 | 0 | 0 | 1.57 KB |
master | EnrichedLog |
net472 | 2.21μs | 1.04ns | 4.04ns | 0.236 | 0 | 0 | 1.49 KB |
#4764 | EnrichedLog |
net6.0 | 1.36μs | 0.615ns | 2.3ns | 0.022 | 0 | 0 | 1.57 KB |
#4764 | EnrichedLog |
netcoreapp3.1 | 1.99μs | 1.15ns | 4.44ns | 0.0209 | 0 | 0 | 1.57 KB |
#4764 | EnrichedLog |
net472 | 2.3μs | 2.93ns | 11.3ns | 0.237 | 0 | 0 | 1.49 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 | 113μs | 68.1ns | 255ns | 0.0566 | 0 | 0 | 4.21 KB |
master | EnrichedLog |
netcoreapp3.1 | 117μs | 105ns | 392ns | 0 | 0 | 0 | 4.21 KB |
master | EnrichedLog |
net472 | 149μs | 78.3ns | 293ns | 0.668 | 0.223 | 0 | 4.38 KB |
#4764 | EnrichedLog |
net6.0 | 113μs | 97.1ns | 376ns | 0.0561 | 0 | 0 | 4.21 KB |
#4764 | EnrichedLog |
netcoreapp3.1 | 118μs | 111ns | 415ns | 0 | 0 | 0 | 4.21 KB |
#4764 | EnrichedLog |
net472 | 150μs | 234ns | 906ns | 0.673 | 0.224 | 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.94μs | 1.44ns | 5.59ns | 0.0295 | 0 | 0 | 2.13 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.9μs | 1.18ns | 4.41ns | 0.0272 | 0 | 0 | 2.13 KB |
master | EnrichedLog |
net472 | 4.44μs | 1.12ns | 4.17ns | 0.306 | 0 | 0 | 1.93 KB |
#4764 | EnrichedLog |
net6.0 | 2.85μs | 1.11ns | 4.17ns | 0.0299 | 0 | 0 | 2.13 KB |
#4764 | EnrichedLog |
netcoreapp3.1 | 3.74μs | 0.954ns | 3.7ns | 0.028 | 0 | 0 | 2.13 KB |
#4764 | EnrichedLog |
net472 | 4.58μs | 2.91ns | 10.9ns | 0.305 | 0 | 0 | 1.93 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.29μs | 1.12ns | 4.19ns | 0.0154 | 0 | 0 | 1.1 KB |
master | SendReceive |
netcoreapp3.1 | 1.64μs | 0.689ns | 2.67ns | 0.0148 | 0 | 0 | 1.1 KB |
master | SendReceive |
net472 | 1.96μs | 1.41ns | 5.27ns | 0.177 | 0 | 0 | 1.12 KB |
#4764 | SendReceive |
net6.0 | 1.3μs | 0.62ns | 2.32ns | 0.0151 | 0 | 0 | 1.1 KB |
#4764 | SendReceive |
netcoreapp3.1 | 1.57μs | 0.734ns | 2.75ns | 0.0151 | 0 | 0 | 1.1 KB |
#4764 | SendReceive |
net472 | 2.07μs | 3.55ns | 13.7ns | 0.177 | 0 | 0 | 1.12 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.6μs | 0.848ns | 3.17ns | 0.0208 | 0 | 0 | 1.53 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.59μs | 2.32ns | 8.97ns | 0.0197 | 0 | 0 | 1.58 KB |
master | EnrichedLog |
net472 | 4.05μs | 1.42ns | 5.32ns | 0.309 | 0 | 0 | 1.96 KB |
#4764 | EnrichedLog |
net6.0 | 2.62μs | 0.911ns | 3.41ns | 0.021 | 0 | 0 | 1.53 KB |
#4764 | EnrichedLog |
netcoreapp3.1 | 3.68μs | 1.59ns | 6.17ns | 0.0202 | 0 | 0 | 1.58 KB |
#4764 | EnrichedLog |
net472 | 3.77μs | 2.15ns | 8.33ns | 0.311 | 0 | 0 | 1.96 KB |
Benchmarks.Trace.SpanBenchmark - Slower ⚠️ Same allocations ✔️
Slower ⚠️ in #4764
Benchmark
diff/base
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net6.0
1.225
520.27
637.16
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net6.0 | 1.225 | 520.27 | 637.16 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 411ns | 0.312ns | 1.17ns | 0.00744 | 0 | 0 | 536 B |
master | StartFinishSpan |
netcoreapp3.1 | 554ns | 0.406ns | 1.57ns | 0.00719 | 0 | 0 | 536 B |
master | StartFinishSpan |
net472 | 635ns | 0.124ns | 0.482ns | 0.0852 | 0 | 0 | 538 B |
master | StartFinishScope |
net6.0 | 520ns | 0.144ns | 0.52ns | 0.00912 | 0 | 0 | 656 B |
master | StartFinishScope |
netcoreapp3.1 | 733ns | 0.204ns | 0.736ns | 0.00881 | 0 | 0 | 656 B |
master | StartFinishScope |
net472 | 853ns | 0.347ns | 1.34ns | 0.098 | 0 | 0 | 618 B |
#4764 | StartFinishSpan |
net6.0 | 393ns | 0.192ns | 0.719ns | 0.0075 | 0 | 0 | 536 B |
#4764 | StartFinishSpan |
netcoreapp3.1 | 608ns | 0.691ns | 2.67ns | 0.00727 | 0 | 0 | 536 B |
#4764 | StartFinishSpan |
net472 | 647ns | 0.356ns | 1.33ns | 0.0852 | 0 | 0 | 538 B |
#4764 | StartFinishScope |
net6.0 | 637ns | 0.2ns | 0.774ns | 0.00925 | 0 | 0 | 656 B |
#4764 | StartFinishScope |
netcoreapp3.1 | 758ns | 0.598ns | 2.32ns | 0.00865 | 0 | 0 | 656 B |
#4764 | StartFinishScope |
net472 | 802ns | 0.47ns | 1.82ns | 0.0978 | 0 | 0 | 618 B |
Benchmarks.Trace.TraceAnnotationsBenchmark - Slower ⚠️ Same allocations ✔️
Slower ⚠️ in #4764
Benchmark
diff/base
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net472
1.151
913.93
1,052.35
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net472 | 1.151 | 913.93 | 1,052.35 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunOnMethodBegin |
net6.0 | 608ns | 0.291ns | 1.13ns | 0.00938 | 0 | 0 | 656 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 776ns | 0.585ns | 2.19ns | 0.00898 | 0 | 0 | 656 B |
master | RunOnMethodBegin |
net472 | 914ns | 0.408ns | 1.53ns | 0.0978 | 0 | 0 | 618 B |
#4764 | RunOnMethodBegin |
net6.0 | 574ns | 0.192ns | 0.744ns | 0.00943 | 0 | 0 | 656 B |
#4764 | RunOnMethodBegin |
netcoreapp3.1 | 861ns | 0.677ns | 2.62ns | 0.00875 | 0 | 0 | 656 B |
#4764 | RunOnMethodBegin |
net472 | 1.05μs | 0.285ns | 1.11ns | 0.0978 | 0 | 0 | 618 B |
Throughput/Crank Report:zap: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 (4764) (11.267M) : 0, 11266745
master (10.849M) : 0, 10848650
benchmarks/2.38.0 (11.867M) : 0, 11866956
benchmarks/2.9.0 (11.404M) : 0, 11403964
section Automatic
This PR (4764) (7.815M) : 0, 7815259
master (7.689M) : 0, 7688765
benchmarks/2.38.0 (8.176M) : 0, 8175636
benchmarks/2.9.0 (8.122M) : 0, 8121934
section Trace stats
This PR (4764) (8.115M) : 0, 8114680
master (7.974M) : 0, 7973986
benchmarks/2.38.0 (8.450M) : 0, 8450370
section Manual
This PR (4764) (9.883M) : 0, 9883139
master (9.776M) : 0, 9775925
benchmarks/2.38.0 (10.334M) : 0, 10334368
section Manual + Automatic
This PR (4764) (7.401M) : 0, 7401259
master (7.300M) : 0, 7299779
benchmarks/2.38.0 (7.750M) : 0, 7750484
section Version Conflict
This PR (4764) (6.860M) : 0, 6859708
master (6.575M) : 0, 6574617
benchmarks/2.38.0 (7.137M) : 0, 7136691
gantt
title Throughput Linux arm64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (4764) (9.540M) : 0, 9540041
master (9.534M) : 0, 9534375
benchmarks/2.38.0 (9.548M) : 0, 9548121
benchmarks/2.9.0 (9.656M) : 0, 9655806
section Automatic
This PR (4764) (6.801M) : 0, 6801347
master (6.740M) : 0, 6739842
benchmarks/2.38.0 (6.747M) : 0, 6747227
section Trace stats
This PR (4764) (6.951M) : 0, 6950634
master (6.775M) : 0, 6774905
benchmarks/2.38.0 (6.815M) : 0, 6814846
section Manual
This PR (4764) (8.352M) : 0, 8351680
master (8.302M) : 0, 8302488
benchmarks/2.38.0 (8.263M) : 0, 8263131
section Manual + Automatic
This PR (4764) (6.344M) : 0, 6343513
master (6.349M) : 0, 6348627
benchmarks/2.38.0 (6.275M) : 0, 6275411
section Version Conflict
This PR (4764) (5.883M) : 0, 5882920
master (5.749M) : 0, 5749334
benchmarks/2.38.0 (5.670M) : 0, 5669744
gantt
title Throughput Windows x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (4764) (9.410M) : 0, 9409595
master (9.450M) : 0, 9449674
benchmarks/2.38.0 (9.007M) : 0, 9007066
benchmarks/2.9.0 (9.731M) : 0, 9730905
section Automatic
This PR (4764) (6.774M) : 0, 6774344
master (6.635M) : 0, 6634884
benchmarks/2.38.0 (6.423M) : 0, 6422756
benchmarks/2.9.0 (6.908M) : 0, 6908188
section Trace stats
This PR (4764) (7.045M) : 0, 7045086
master (6.864M) : 0, 6863822
benchmarks/2.38.0 (6.721M) : 0, 6720838
section Manual
This PR (4764) (8.444M) : 0, 8444112
master (8.250M) : 0, 8250092
benchmarks/2.38.0 (7.977M) : 0, 7977494
section Manual + Automatic
This PR (4764) (6.601M) : 0, 6601258
master (6.462M) : 0, 6462400
benchmarks/2.38.0 (6.349M) : 0, 6349066
section Version Conflict
This PR (4764) (5.886M) : 0, 5886450
master (5.794M) : 0, 5794375
benchmarks/2.38.0 (5.682M) : 0, 5681654
gantt
title Throughput Linux x64 (ASM) (Total requests)
dateFormat X
axisFormat %s
section Baseline
master (7.751M) : 0, 7750914
benchmarks/2.38.0 (7.578M) : 0, 7577544
benchmarks/2.9.0 (7.904M) : 0, 7903721
section No attack
master (2.190M) : 0, 2190399
benchmarks/2.38.0 (2.184M) : 0, 2184279
benchmarks/2.9.0 (3.239M) : 0, 3238804
section Attack
master (1.724M) : 0, 1723833
benchmarks/2.38.0 (1.711M) : 0, 1710542
benchmarks/2.9.0 (2.459M) : 0, 2458912
section Blocking
master (3.465M) : 0, 3464934
benchmarks/2.38.0 (3.486M) : 0, 3486124
section IAST default
master (6.848M) : 0, 6847970
section IAST full
master (6.223M) : 0, 6222736
section Base vuln
master (0.962M) : 0, 961814
section IAST vuln
master (0.904M) : 0, 903897
|
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 (4764) - mean (71ms) : 64, 78
. : milestone, 71,
master - mean (77ms) : 67, 88
. : milestone, 77,
section CallTarget+Inlining+NGEN
This PR (4764) - mean (979ms) : 963, 995
. : milestone, 979,
master - mean (977ms) : 954, 999
. : milestone, 977,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4764) - mean (106ms) : 104, 108
. : milestone, 106,
master - mean (106ms) : 102, 109
. : milestone, 106,
section CallTarget+Inlining+NGEN
This PR (4764) - mean (672ms) : 648, 695
. : milestone, 672,
master - mean (671ms) : 652, 689
. : milestone, 671,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4764) - mean (90ms) : 88, 92
. : milestone, 90,
master - mean (90ms) : 88, 92
. : milestone, 90,
section CallTarget+Inlining+NGEN
This PR (4764) - mean (637ms) : 621, 652
. : milestone, 637,
master - mean (630ms) : 617, 642
. : milestone, 630,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4764) - mean (187ms) : 185, 189
. : milestone, 187,
master - mean (188ms) : 185, 190
. : milestone, 188,
section CallTarget+Inlining+NGEN
This PR (4764) - mean (1,140ms) : 1100, 1179
. : milestone, 1140,
master - mean (1,127ms) : 1108, 1145
. : milestone, 1127,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4764) - mean (274ms) : 267, 280
. : milestone, 274,
master - mean (271ms) : 267, 275
. : milestone, 271,
section CallTarget+Inlining+NGEN
This PR (4764) - mean (1,085ms) : 1062, 1107
. : milestone, 1085,
master - mean (1,091ms) : 1068, 1113
. : milestone, 1091,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (4764) - mean (262ms) : 259, 264
. : milestone, 262,
master - mean (261ms) : 257, 265
. : milestone, 261,
section CallTarget+Inlining+NGEN
This PR (4764) - mean (1,056ms) : 1028, 1083
. : milestone, 1056,
master - mean (1,049ms) : 1016, 1082
. : milestone, 1049,
|
Summary of changes
We realized some important keys were missing.
Reason for change
Implementation details
Test coverage
updated unit test with new key