peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
127 stars 19 forks source link

Remove unneeded benchmarks #558

Closed peterstace closed 9 months ago

peterstace commented 11 months ago

The benchmark suite currently takes a very long time to execute. Many of the benchmarks are just slight variations of each other. This issue is to evaluate which benchmarks are useful, and get rid of the rest.