-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# icesat2-boreal-tile-benchmark | ||
|
||
Benchmarks for tile rendering performance for the icesat2-boreal dataset | ||
|
||
To install the dependencies, [install `uv`](https://docs.astral.sh/uv/getting-started/installation/) then: | ||
|
||
```bash | ||
uv sync | ||
``` | ||
|
||
To run the benchmark locally: | ||
|
||
```bash | ||
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: | ||
|
||
```bash | ||
gh workflow run benchmark.yml | ||
``` | ||
|
||
To preview the quarto website locally: | ||
|
||
```bash | ||
uv run quarto preview | ||
``` |
This file contains 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
This file contains 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