Skip to content

2.0: byte-first core, pluggable serializers, Kestrel host (finishes the .NET Standard upgrade from #90) #3

2.0: byte-first core, pluggable serializers, Kestrel host (finishes the .NET Standard upgrade from #90)

2.0: byte-first core, pluggable serializers, Kestrel host (finishes the .NET Standard upgrade from #90) #3

Workflow file for this run

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