Faster SampleAugmentation tests
Compare changes
@@ -204,6 +204,13 @@ SampleAugmentationFilter
@@ -220,6 +227,11 @@ SampleAugmentationFilter
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.