msbarry-tilecoord-hilbert
Brandon Liu 2022-06-22 20:00:52 +08:00
rodzic d440432785
commit 230727a776
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -26,8 +26,8 @@ To set up your local development environment:
- to run benchmarks e.g. `BenchmarkTileCoord`:
```sh
./scripts/build.sh
java -cp planetiler-dist/target/planetiler-dist-*-with-deps.jar com.onthegomap.planetiler.benchmarks.BenchmarkTileCoord
./scripts/build.sh
java -cp planetiler-dist/target/planetiler-dist-*-with-deps.jar com.onthegomap.planetiler.benchmarks.BenchmarkTileCoord
```
GitHub Workflows will run regression tests on any pull request.