When running inference with XFeat using batch sizes larger than 1, the runtime scales linearly with batch size instead of getting faster (as expected).
For example, with batch size 9, the processing time is ~9× slower than batch size 1. This makes batching ineffective.