Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 606 Bytes

icesat2-boreal-tile-benchmark

Benchmarks for tile rendering performance for the icesat2-boreal dataset

To install the dependencies, install uv then:

uv sync

To run the benchmark locally:

uv run pytest --benchmark-json /tmp/benchmark.json

To run the benchmark and commit the result to the repository you can execute the benchmark.yml Github Action script in the Github UI or with the gh CLI:

gh workflow run benchmark.yml

To preview the quarto website locally:

uv run quarto preview