You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// * Legends *
Mean : Arithmetic mean of all measurements
Error : Half of 99.9% confidence interval
StdDev : Standard deviation of all measurements
Extra Metric : Value of the provided extra metric
Gen 0 : GC Generation 0 collects per 1k Operations
Gen 1 : GC Generation 1 collects per 1k Operations
Gen 2 : GC Generation 2 collects per 1k Operations
Allocated : Allocated memory per single operation (managed only, inclusive, 1KB = 1024B)
1 s : 1 Second (1 sec)
@danmosemsft @eerhardt@safern@tannergooding: In netcoreapp3.0, perf results with my change are at least 10% better than those without my change. Will present these.
// * Legends * Mean : Arithmetic mean of all measurements Error : Half of 99.9% confidence interval StdDev : Standard deviation of all measurements Extra Metric : Value of the provided extra metric Gen 0 : GC Generation 0 collects per 1k Operations Gen 1 : GC Generation 1 collects per 1k Operations Gen 2 : GC Generation 2 collects per 1k Operations Allocated : Allocated memory per single operation (managed only, inclusive, 1KB = 1024B) 1 s : 1 Second (1 sec)
netcoreapp3.0 with my change:
Iteration 1:
Iteration 2:
Iteration 3:
Iteration 4:
netcoreapp3.0 without my change:
Iteration 1:
Iteration 2:
Iteration 3:
Iteration 4:
The text was updated successfully, but these errors were encountered: