uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.92k stars 468 forks source link

Further reduce MAX_GRID_DISK_SIZE in fuzzerGridDisk #687

Closed isaacbrodsky closed 2 years ago

isaacbrodsky commented 2 years ago

Reduces the limit to try to avoid timeouts which spuriously block CI. This function is expected to have a runtime that scales with k, so this is expected for large values of k.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 99.035% when pulling 3bdbaa1c6cea8d4b7727f4f432ed3b3dbe06ccab on isaacbrodsky:fuzzer-griddisk-limit into f581626150e2e2b02f0ee1636084dfb8a4563abf on uber:master.