versatiles-org / versatiles-rs

VersaTiles - A toolbox for converting, checking and serving map tiles in various formats.
https://versatiles.org
MIT License
157 stars 3 forks source link

repair benchmarks #21

Closed MichaelKreil closed 1 year ago

MichaelKreil commented 1 year ago

I have problems with the benchmarks: If I configure the project in Cargo.toml to have only one binary target, the benchmarks cannot access any function in the crate. If I add a [lib], the project is always compiled twice - this is completely unnecessary. Any suggestions?