Actions: dotnet/BenchmarkDotNet
Actions
256 workflow runs
256 workflow runs
AggressiveOptimization to methods involved in measuring allocations.
Warm up allocation measurement before taking actual measurement.
Isolated allocation measurement.
Changed some RuntimeInformation properties to static readonly fields.
Removed enable monitoring in Engine (GcStats handles it).
Removed GC.Collect() from allocation measurement.
Sleep thread to account for tiered jit in Core runtimes 3.0 to 6.0.
Updated Memo...
publish-nightly
#251:
Commit c84de9a
pushed
by
timcassell
SimpleReasonString field from REASON_CONTEXT with a union, REASON_CONTEXT_UNION.
The ARM CPU is more strict with unions.
Within unions, strings are not allowed, thus using a pointer to a string, with updated allocation within PowerCreateRequest.
publish-nightly
#243:
Commit 68feeb4
pushed
by
timcassell