Faster SampleAugmentation tests
Related to #1778
The 3 tests apTvclSampleAugemtation*
are too long regarding what they actually do. After some profiling, most of the time is spent when writing the output data in SampleAugmentationFilter::SampleToOGRFeatures()
. I added calls to StartTransaction()
and CommitTransaction()
and it was way faster.