Skip to content

Report test results for 'stabilize-memorydiagnoser' / Added 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 MemoryDiagnoserTest... #1002

Report test results for 'stabilize-memorydiagnoser' / Added 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 MemoryDiagnoserTest...

Report test results for 'stabilize-memorydiagnoser' / Added 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 MemoryDiagnoserTest... #1002

name: report-test-results
run-name: Report test results for '${{ github.event.workflow_run.head_branch }}' / ${{ github.event.workflow_run.head_commit.message }}
on:
workflow_run:
workflows: [ 'run-tests' ]
types:
- completed
jobs:
report:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Download Artifacts
uses: dawidd6/action-download-artifact@v2
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
- name: Display structure of downloaded files
run: ls -R
- name: Report tests results
uses: AndreyAkinshin/test-reporter@0e2c48ebec2007001dd77dd4bcbcd450b96d5a38
with:
name: report
path: "**/*.trx"
reporter: dotnet-trx
fail-on-error: true