2.0: byte-first core, pluggable serializers, Kestrel host (finishes the .NET Standard upgrade from #90) #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Benchmark charts | |
| # The committed charts, the explorer page and the README figures must agree with benchmarks/charts/benchmarks.json. | |
| on: | |
| pull_request: | |
| paths: | |
| - "benchmarks/charts/**" | |
| - "README.md" | |
| - "samples/WasmHost/README.md" | |
| push: | |
| branches: [ master ] | |
| paths: | |
| - "benchmarks/charts/**" | |
| - "README.md" | |
| - "samples/WasmHost/README.md" | |
| jobs: | |
| check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - name: Renderer tests | |
| run: python3 -m unittest benchmarks/charts/test_render.py | |
| - name: Committed outputs and README figures match the data | |
| run: python3 benchmarks/charts/render.py --check |