-
Notifications
You must be signed in to change notification settings - Fork 142
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
[ASM] Rename snapshots for ASM ownership #6155
Conversation
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 (6155) - mean (72ms) : 68, 76
. : milestone, 72,
master - mean (70ms) : 68, 72
. : milestone, 70,
section CallTarget+Inlining+NGEN
This PR (6155) - mean (1,133ms) : 1105, 1160
. : milestone, 1133,
master - mean (1,111ms) : 1087, 1135
. : milestone, 1111,
gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6155) - mean (112ms) : 108, 117
. : milestone, 112,
master - mean (109ms) : 106, 111
. : milestone, 109,
section CallTarget+Inlining+NGEN
This PR (6155) - mean (803ms) : 721, 885
. : milestone, 803,
master - mean (772ms) : 756, 789
. : milestone, 772,
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6155) - mean (96ms) : 90, 102
. : milestone, 96,
master - mean (92ms) : 89, 95
. : milestone, 92,
section CallTarget+Inlining+NGEN
This PR (6155) - mean (746ms) : 681, 810
. : milestone, 746,
master - mean (730ms) : 714, 745
. : milestone, 730,
gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6155) - mean (190ms) : 187, 193
. : milestone, 190,
master - mean (189ms) : 186, 192
. : milestone, 189,
section CallTarget+Inlining+NGEN
This PR (6155) - mean (1,199ms) : 1169, 1228
. : milestone, 1199,
master - mean (1,197ms) : 1170, 1224
. : milestone, 1197,
gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6155) - mean (275ms) : 271, 279
. : milestone, 275,
master - mean (273ms) : 269, 278
. : milestone, 273,
section CallTarget+Inlining+NGEN
This PR (6155) - mean (942ms) : 924, 960
. : milestone, 942,
master - mean (939ms) : 919, 958
. : milestone, 939,
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat X
axisFormat %s
todayMarker off
section Baseline
This PR (6155) - mean (267ms) : 262, 272
. : milestone, 267,
master - mean (263ms) : 259, 266
. : milestone, 263,
section CallTarget+Inlining+NGEN
This PR (6155) - mean (945ms) : 921, 970
. : milestone, 945,
master - mean (926ms) : 906, 947
. : milestone, 926,
|
Datadog ReportBranch report: ✅ 0 Failed, 367021 Passed, 2086 Skipped, 16h 25m 56.8s Total Time New Flaky Tests (1)
⌛ Performance Regressions vs Default Branch (4)
|
Benchmarks Report for appsec 🐌Benchmarks for #6155 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.Asm.AppSecBodyBenchmark - Slower
|
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody‑net472 | 1.328 | 165.19 | 219.42 |
Benchmark | base/diff | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.Asm.AppSecBodyBenchmark.ObjectExtractorSimpleBody‑net6.0 | 1.234 | 192.95 | 156.33 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | AllCycleSimpleBody |
net6.0 | 72.8μs | 107ns | 414ns | 0.0728 | 0 | 0 | 6 KB |
master | AllCycleSimpleBody |
netcoreapp3.1 | 63.4μs | 127ns | 493ns | 0.094 | 0 | 0 | 6.95 KB |
master | AllCycleSimpleBody |
net472 | 49μs | 27.8ns | 100ns | 1.32 | 0 | 0 | 8.34 KB |
master | AllCycleMoreComplexBody |
net6.0 | 80.1μs | 175ns | 676ns | 0.121 | 0 | 0 | 9.51 KB |
master | AllCycleMoreComplexBody |
netcoreapp3.1 | 71μs | 103ns | 399ns | 0.142 | 0 | 0 | 10.37 KB |
master | AllCycleMoreComplexBody |
net472 | 56.9μs | 88.6ns | 343ns | 1.87 | 0.0284 | 0 | 11.85 KB |
master | ObjectExtractorSimpleBody |
net6.0 | 193ns | 0.129ns | 0.5ns | 0.00395 | 0 | 0 | 280 B |
master | ObjectExtractorSimpleBody |
netcoreapp3.1 | 224ns | 0.156ns | 0.604ns | 0.00371 | 0 | 0 | 272 B |
master | ObjectExtractorSimpleBody |
net472 | 165ns | 0.217ns | 0.839ns | 0.0446 | 0 | 0 | 281 B |
master | ObjectExtractorMoreComplexBody |
net6.0 | 3.12μs | 1.99ns | 7.45ns | 0.0532 | 0 | 0 | 3.78 KB |
master | ObjectExtractorMoreComplexBody |
netcoreapp3.1 | 3.92μs | 2.63ns | 9.83ns | 0.0512 | 0 | 0 | 3.69 KB |
master | ObjectExtractorMoreComplexBody |
net472 | 4μs | 5.72ns | 22.2ns | 0.603 | 0.00597 | 0 | 3.8 KB |
#6155 | AllCycleSimpleBody |
net6.0 | 72.5μs | 128ns | 496ns | 0.0723 | 0 | 0 | 6 KB |
#6155 | AllCycleSimpleBody |
netcoreapp3.1 | 63.9μs | 134ns | 502ns | 0.0947 | 0 | 0 | 6.95 KB |
#6155 | AllCycleSimpleBody |
net472 | 48.4μs | 59.4ns | 222ns | 1.32 | 0 | 0 | 8.34 KB |
#6155 | AllCycleMoreComplexBody |
net6.0 | 78.5μs | 92.7ns | 359ns | 0.118 | 0 | 0 | 9.51 KB |
#6155 | AllCycleMoreComplexBody |
netcoreapp3.1 | 72.5μs | 184ns | 711ns | 0.107 | 0 | 0 | 10.37 KB |
#6155 | AllCycleMoreComplexBody |
net472 | 56.5μs | 142ns | 550ns | 1.87 | 0.0287 | 0 | 11.85 KB |
#6155 | ObjectExtractorSimpleBody |
net6.0 | 156ns | 0.187ns | 0.724ns | 0.004 | 0 | 0 | 280 B |
#6155 | ObjectExtractorSimpleBody |
netcoreapp3.1 | 211ns | 0.31ns | 1.16ns | 0.00371 | 0 | 0 | 272 B |
#6155 | ObjectExtractorSimpleBody |
net472 | 220ns | 0.141ns | 0.51ns | 0.0446 | 0 | 0 | 281 B |
#6155 | ObjectExtractorMoreComplexBody |
net6.0 | 3.05μs | 2.97ns | 10.7ns | 0.0534 | 0 | 0 | 3.78 KB |
#6155 | ObjectExtractorMoreComplexBody |
netcoreapp3.1 | 4.14μs | 3.26ns | 12.6ns | 0.0517 | 0 | 0 | 3.69 KB |
#6155 | ObjectExtractorMoreComplexBody |
net472 | 3.94μs | 8.67ns | 32.4ns | 0.602 | 0.00585 | 0 | 3.8 KB |
Benchmarks.Trace.Asm.AppSecEncoderBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | EncodeArgs |
net6.0 | 37.5μs | 21.8ns | 81.5ns | 0.449 | 0 | 0 | 32.4 KB |
master | EncodeArgs |
netcoreapp3.1 | 54.4μs | 23.4ns | 90.5ns | 0.432 | 0 | 0 | 32.4 KB |
master | EncodeArgs |
net472 | 67.2μs | 45.6ns | 176ns | 5.16 | 0.0671 | 0 | 32.5 KB |
master | EncodeLegacyArgs |
net6.0 | 72.2μs | 13ns | 48.5ns | 0 | 0 | 0 | 2.14 KB |
master | EncodeLegacyArgs |
netcoreapp3.1 | 103μs | 61.4ns | 230ns | 0 | 0 | 0 | 2.14 KB |
master | EncodeLegacyArgs |
net472 | 151μs | 49.9ns | 187ns | 0.306 | 0 | 0 | 2.15 KB |
#6155 | EncodeArgs |
net6.0 | 37.8μs | 20.2ns | 78ns | 0.452 | 0 | 0 | 32.4 KB |
#6155 | EncodeArgs |
netcoreapp3.1 | 54.9μs | 17.6ns | 68.1ns | 0.438 | 0 | 0 | 32.4 KB |
#6155 | EncodeArgs |
net472 | 68.7μs | 56.8ns | 212ns | 5.15 | 0.0687 | 0 | 32.5 KB |
#6155 | EncodeLegacyArgs |
net6.0 | 78μs | 66.1ns | 256ns | 0 | 0 | 0 | 2.14 KB |
#6155 | EncodeLegacyArgs |
netcoreapp3.1 | 107μs | 283ns | 1.1μs | 0 | 0 | 0 | 2.14 KB |
#6155 | EncodeLegacyArgs |
net472 | 152μs | 122ns | 474ns | 0.305 | 0 | 0 | 2.15 KB |
Benchmarks.Trace.Asm.AppSecWafBenchmark - Same speed ✔️ Same allocations ✔️
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | RunWafRealisticBenchmark |
net6.0 | 185μs | 181ns | 701ns | 0 | 0 | 0 | 2.44 KB |
master | RunWafRealisticBenchmark |
netcoreapp3.1 | 195μs | 110ns | 411ns | 0 | 0 | 0 | 2.39 KB |
master | RunWafRealisticBenchmark |
net472 | 209μs | 150ns | 580ns | 0.314 | 0 | 0 | 2.46 KB |
master | RunWafRealisticBenchmarkWithAttack |
net6.0 | 123μs | 52.9ns | 205ns | 0 | 0 | 0 | 1.47 KB |
master | RunWafRealisticBenchmarkWithAttack |
netcoreapp3.1 | 130μs | 123ns | 476ns | 0 | 0 | 0 | 1.46 KB |
master | RunWafRealisticBenchmarkWithAttack |
net472 | 139μs | 25.9ns | 100ns | 0.209 | 0 | 0 | 1.49 KB |
#6155 | RunWafRealisticBenchmark |
net6.0 | 186μs | 246ns | 952ns | 0 | 0 | 0 | 2.44 KB |
#6155 | RunWafRealisticBenchmark |
netcoreapp3.1 | 197μs | 230ns | 891ns | 0 | 0 | 0 | 2.39 KB |
#6155 | RunWafRealisticBenchmark |
net472 | 209μs | 78.2ns | 303ns | 0.314 | 0 | 0 | 2.46 KB |
#6155 | RunWafRealisticBenchmarkWithAttack |
net6.0 | 123μs | 83.7ns | 313ns | 0 | 0 | 0 | 1.47 KB |
#6155 | RunWafRealisticBenchmarkWithAttack |
netcoreapp3.1 | 130μs | 228ns | 884ns | 0 | 0 | 0 | 1.46 KB |
#6155 | RunWafRealisticBenchmarkWithAttack |
net472 | 141μs | 90.5ns | 338ns | 0.209 | 0 | 0 | 1.49 KB |
Benchmarks.Trace.Iast.StringAspectsBenchmark - Slower ⚠️ More allocations ⚠️
Slower ⚠️ in #6155
Benchmark
diff/base
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark‑netcoreapp3.1
1.180
54,000.00
63,700.00
multimodal
More allocations ⚠️ in #6155
Benchmark
Base Allocated
Diff Allocated
Change
Change %
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net6.0
255.23 KB
264.47 KB
9.24 KB
3.62%
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatBenchmark‑netcoreapp3.1 | 1.180 | 54,000.00 | 63,700.00 | multimodal |
Benchmark | Base Allocated | Diff Allocated | Change | Change % |
---|---|---|---|---|
Benchmarks.Trace.Iast.StringAspectsBenchmark.StringConcatAspectBenchmark‑net6.0 | 255.23 KB | 264.47 KB | 9.24 KB | 3.62% |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StringConcatBenchmark |
net6.0 | 61.3μs | 701ns | 6.97μs | 0 | 0 | 0 | 43.44 KB |
master | StringConcatBenchmark |
netcoreapp3.1 | 54.2μs | 283ns | 1.44μs | 0 | 0 | 0 | 42.64 KB |
master | StringConcatBenchmark |
net472 | 37.5μs | 65.2ns | 235ns | 0 | 0 | 0 | 59.07 KB |
master | StringConcatAspectBenchmark |
net6.0 | 314μs | 1.77μs | 12.6μs | 0 | 0 | 0 | 255.23 KB |
master | StringConcatAspectBenchmark |
netcoreapp3.1 | 328μs | 1.8μs | 12.1μs | 0 | 0 | 0 | 252.73 KB |
master | StringConcatAspectBenchmark |
net472 | 272μs | 5.43μs | 51.8μs | 0 | 0 | 0 | 278.53 KB |
#6155 | StringConcatBenchmark |
net6.0 | 59.5μs | 928ns | 8.9μs | 0 | 0 | 0 | 43.44 KB |
#6155 | StringConcatBenchmark |
netcoreapp3.1 | 64.5μs | 895ns | 8.9μs | 0 | 0 | 0 | 42.64 KB |
#6155 | StringConcatBenchmark |
net472 | 37.9μs | 126ns | 505ns | 0 | 0 | 0 | 59.07 KB |
#6155 | StringConcatAspectBenchmark |
net6.0 | 302μs | 5.39μs | 53.1μs | 0 | 0 | 0 | 264.47 KB |
#6155 | StringConcatAspectBenchmark |
netcoreapp3.1 | 311μs | 4.87μs | 47.2μs | 0 | 0 | 0 | 253.1 KB |
#6155 | StringConcatAspectBenchmark |
net472 | 303μs | 6.57μs | 64.4μs | 0 | 0 | 0 | 278.53 KB |
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 (6155) (11.167M) : 0, 11167475
master (11.168M) : 0, 11168199
benchmarks/2.9.0 (11.081M) : 0, 11080577
section Automatic
This PR (6155) (7.336M) : 0, 7335764
master (7.377M) : 0, 7377465
benchmarks/2.9.0 (7.732M) : 0, 7732233
section Trace stats
master (7.726M) : 0, 7725756
section Manual
master (11.062M) : 0, 11062026
section Manual + Automatic
This PR (6155) (6.800M) : 0, 6799558
master (6.902M) : 0, 6901659
section DD_TRACE_ENABLED=0
master (10.195M) : 0, 10194503
gantt
title Throughput Linux arm64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (6155) (9.569M) : 0, 9569105
master (9.584M) : 0, 9583681
benchmarks/2.9.0 (9.798M) : 0, 9798067
section Automatic
This PR (6155) (6.587M) : 0, 6586928
master (6.629M) : 0, 6629382
section Trace stats
master (6.851M) : 0, 6850733
section Manual
master (9.454M) : 0, 9454208
section Manual + Automatic
This PR (6155) (6.052M) : 0, 6052057
master (6.166M) : 0, 6165611
section DD_TRACE_ENABLED=0
master (8.858M) : 0, 8858385
gantt
title Throughput Windows x64 (Total requests)
dateFormat X
axisFormat %s
section Baseline
This PR (6155) (10.165M) : 0, 10165293
master (10.308M) : 0, 10307557
benchmarks/2.9.0 (10.067M) : 0, 10067315
section Automatic
This PR (6155) (6.623M) : 0, 6623049
master (6.544M) : 0, 6543815
benchmarks/2.9.0 (7.552M) : 0, 7552193
section Trace stats
master (7.344M) : 0, 7343919
section Manual
master (10.030M) : 0, 10029915
section Manual + Automatic
This PR (6155) (5.893M) : 0, 5892746
master (6.179M) : 0, 6178568
section DD_TRACE_ENABLED=0
master (9.389M) : 0, 9389459
|
Benchmarks Report for tracer 🐌Benchmarks for #6155 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 - Slower
|
Benchmark | diff/base | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.GraphQLBenchmark.ExecuteAsync‑net6.0 | 1.117 | 1,199.28 | 1,339.31 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | ExecuteAsync |
net6.0 | 1.2μs | 0.688ns | 2.66ns | 0.0133 | 0 | 0 | 952 B |
master | ExecuteAsync |
netcoreapp3.1 | 1.61μs | 0.942ns | 3.65ns | 0.0128 | 0 | 0 | 952 B |
master | ExecuteAsync |
net472 | 1.83μs | 0.903ns | 3.5ns | 0.145 | 0 | 0 | 915 B |
#6155 | ExecuteAsync |
net6.0 | 1.34μs | 0.964ns | 3.73ns | 0.0133 | 0 | 0 | 952 B |
#6155 | ExecuteAsync |
netcoreapp3.1 | 1.64μs | 0.466ns | 1.68ns | 0.013 | 0 | 0 | 952 B |
#6155 | ExecuteAsync |
net472 | 1.8μs | 0.74ns | 2.86ns | 0.145 | 0 | 0 | 915 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 | 4.14μs | 3.83ns | 14.8ns | 0.0311 | 0 | 0 | 2.22 KB |
master | SendAsync |
netcoreapp3.1 | 5.01μs | 3.45ns | 13.4ns | 0.0375 | 0 | 0 | 2.76 KB |
master | SendAsync |
net472 | 7.69μs | 3.95ns | 15.3ns | 0.5 | 0 | 0 | 3.15 KB |
#6155 | SendAsync |
net6.0 | 4.14μs | 1.99ns | 6.89ns | 0.0312 | 0 | 0 | 2.22 KB |
#6155 | SendAsync |
netcoreapp3.1 | 5.09μs | 2.76ns | 10.7ns | 0.0377 | 0 | 0 | 2.76 KB |
#6155 | SendAsync |
net472 | 7.84μs | 2.83ns | 11ns | 0.499 | 0 | 0 | 3.15 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.62μs | 7.34ns | 28.4ns | 0.0231 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
netcoreapp3.1 | 2.07μs | 1.32ns | 5.12ns | 0.0218 | 0 | 0 | 1.64 KB |
master | EnrichedLog |
net472 | 2.59μs | 1.73ns | 6.7ns | 0.249 | 0 | 0 | 1.57 KB |
#6155 | EnrichedLog |
net6.0 | 1.55μs | 0.594ns | 2.22ns | 0.0231 | 0 | 0 | 1.64 KB |
#6155 | EnrichedLog |
netcoreapp3.1 | 2.26μs | 1.56ns | 5.83ns | 0.0225 | 0 | 0 | 1.64 KB |
#6155 | EnrichedLog |
net472 | 2.65μs | 1.25ns | 4.85ns | 0.249 | 0 | 0 | 1.57 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 | 116μs | 171ns | 664ns | 0.0576 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
netcoreapp3.1 | 122μs | 225ns | 871ns | 0 | 0 | 0 | 4.28 KB |
master | EnrichedLog |
net472 | 151μs | 107ns | 372ns | 0.681 | 0.227 | 0 | 4.46 KB |
#6155 | EnrichedLog |
net6.0 | 118μs | 162ns | 626ns | 0.0595 | 0 | 0 | 4.28 KB |
#6155 | EnrichedLog |
netcoreapp3.1 | 122μs | 195ns | 755ns | 0.0616 | 0 | 0 | 4.28 KB |
#6155 | EnrichedLog |
net472 | 153μs | 126ns | 488ns | 0.687 | 0.229 | 0 | 4.46 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 | 3.08μs | 1.08ns | 4.06ns | 0.0307 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
netcoreapp3.1 | 4.21μs | 1.2ns | 4.63ns | 0.0295 | 0 | 0 | 2.2 KB |
master | EnrichedLog |
net472 | 4.72μs | 1.6ns | 6.18ns | 0.319 | 0 | 0 | 2.02 KB |
#6155 | EnrichedLog |
net6.0 | 3.07μs | 1.16ns | 4.5ns | 0.0309 | 0 | 0 | 2.2 KB |
#6155 | EnrichedLog |
netcoreapp3.1 | 4.12μs | 2.31ns | 8.93ns | 0.0288 | 0 | 0 | 2.2 KB |
#6155 | EnrichedLog |
net472 | 4.82μs | 1.44ns | 5.39ns | 0.32 | 0 | 0 | 2.02 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.34μs | 0.703ns | 2.54ns | 0.0161 | 0 | 0 | 1.14 KB |
master | SendReceive |
netcoreapp3.1 | 1.75μs | 1.2ns | 4.63ns | 0.0148 | 0 | 0 | 1.14 KB |
master | SendReceive |
net472 | 2.16μs | 0.969ns | 3.75ns | 0.183 | 0.00107 | 0 | 1.16 KB |
#6155 | SendReceive |
net6.0 | 1.41μs | 0.785ns | 3.04ns | 0.0163 | 0 | 0 | 1.14 KB |
#6155 | SendReceive |
netcoreapp3.1 | 1.73μs | 0.767ns | 2.97ns | 0.0157 | 0 | 0 | 1.14 KB |
#6155 | SendReceive |
net472 | 2.12μs | 0.827ns | 3.1ns | 0.183 | 0.00106 | 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.77μs | 2.83ns | 11ns | 0.0221 | 0 | 0 | 1.6 KB |
master | EnrichedLog |
netcoreapp3.1 | 3.96μs | 1.69ns | 6.08ns | 0.0203 | 0 | 0 | 1.65 KB |
master | EnrichedLog |
net472 | 4.34μs | 2.95ns | 11.4ns | 0.323 | 0 | 0 | 2.04 KB |
#6155 | EnrichedLog |
net6.0 | 2.69μs | 2.01ns | 7.51ns | 0.0216 | 0 | 0 | 1.6 KB |
#6155 | EnrichedLog |
netcoreapp3.1 | 4.1μs | 1.69ns | 6.11ns | 0.0207 | 0 | 0 | 1.65 KB |
#6155 | EnrichedLog |
net472 | 4.52μs | 1.89ns | 7.32ns | 0.322 | 0 | 0 | 2.04 KB |
Benchmarks.Trace.SpanBenchmark - Faster 🎉 Same allocations ✔️
Faster 🎉 in #6155
Benchmark
base/diff
Base Median (ns)
Diff Median (ns)
Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0
1.140
477.21
418.54
Benchmark | base/diff | Base Median (ns) | Diff Median (ns) | Modality |
---|---|---|---|---|
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 | 1.140 | 477.21 | 418.54 |
Raw results
Branch | Method | Toolchain | Mean | StdError | StdDev | Gen 0 | Gen 1 | Gen 2 | Allocated |
---|---|---|---|---|---|---|---|---|---|
master | StartFinishSpan |
net6.0 | 477ns | 0.236ns | 0.913ns | 0.00816 | 0 | 0 | 576 B |
master | StartFinishSpan |
netcoreapp3.1 | 615ns | 0.275ns | 1.07ns | 0.00776 | 0 | 0 | 576 B |
master | StartFinishSpan |
net472 | 710ns | 0.75ns | 2.91ns | 0.0917 | 0 | 0 | 578 B |
master | StartFinishScope |
net6.0 | 483ns | 0.286ns | 1.11ns | 0.00972 | 0 | 0 | 696 B |
master | StartFinishScope |
netcoreapp3.1 | 780ns | 1.52ns | 5.89ns | 0.00934 | 0 | 0 | 696 B |
master | StartFinishScope |
net472 | 927ns | 1.44ns | 5.59ns | 0.104 | 0 | 0 | 658 B |
#6155 | StartFinishSpan |
net6.0 | 419ns | 0.195ns | 0.754ns | 0.00806 | 0 | 0 | 576 B |
#6155 | StartFinishSpan |
netcoreapp3.1 | 564ns | 0.987ns | 3.82ns | 0.00771 | 0 | 0 | 576 B |
#6155 | StartFinishSpan |
net472 | 705ns | 1.64ns | 6.35ns | 0.0918 | 0 | 0 | 578 B |
#6155 | StartFinishScope |
net6.0 | 481ns | 0.657ns | 2.55ns | 0.00968 | 0 | 0 | 696 B |
#6155 | StartFinishScope |
netcoreapp3.1 | 853ns | 0.691ns | 2.59ns | 0.00911 | 0 | 0 | 696 B |
#6155 | StartFinishScope |
net472 | 915ns | 4.41ns | 18.7ns | 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 | 616ns | 0.426ns | 1.59ns | 0.0096 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
netcoreapp3.1 | 1.01μs | 0.453ns | 1.75ns | 0.00922 | 0 | 0 | 696 B |
master | RunOnMethodBegin |
net472 | 1.14μs | 1.32ns | 4.76ns | 0.105 | 0 | 0 | 658 B |
#6155 | RunOnMethodBegin |
net6.0 | 668ns | 0.431ns | 1.61ns | 0.00966 | 0 | 0 | 696 B |
#6155 | RunOnMethodBegin |
netcoreapp3.1 | 940ns | 2.52ns | 9.76ns | 0.00953 | 0 | 0 | 696 B |
#6155 | RunOnMethodBegin |
net472 | 1.19μs | 0.719ns | 2.78ns | 0.104 | 0 | 0 | 658 B |
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.
Thank you!
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.
Good idea 👍
Summary of changes
We have two snapshots that don't follow the naming conventions. This means that approval from other teams will be required when there is a change in either of them. Renaming them to follow the conventions will prevent this situation.
Reason for change
Implementation details
Test coverage
Other details