peterstace / simplefeatures

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

Remove unneeded benchmarks #558

Closed peterstace closed 1 year ago

peterstace commented 1 year 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.